nodeSolidServer / nodeSolidServer/node-solid-server
Link header for pod root index.html is null
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.8k
- Forks
- 308
- PR merge metrics
- No merged PRs in 30d
Description
This script prints "null"
const auth = require('solid-auth-cli')
const root = "https://jeffz.solid.community/index.html"
auth.login().then(
auth.fetch( root ).then( response =>
console.log( response.headers.get("link") )
)
)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue with the JavaScript script in the report, using the pod-root URL https://jeffz.solid.community/index.html and inspecting the Link response header. Trace how node-solid-server serves the pod root index.html and how response headers are constructed. Done means the request returns the expected Link header instead of null.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js
- Domain
- api, backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100