max-mapper / max-mapper/nugget
Allow redirects
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 178
- Forks
- 29
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/maxogden/nugget/blob/6cbe989c81ae29c50e2f215c49c22f3cff427dbb/index.js#L169
This does not allow redirects (302). Could this not be bumped to 400?
Opened on behalf of: https://github.com/electron-userland/electron-download/pull/53
Contributor guide
No contributing guide indexed for this repository
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
Start at index.js line 169, where the issue reports that redirects such as HTTP 302 are rejected. Check the current status handling and update the accepted range to include redirects through 400. Verify the download behavior against the redirect case described in the linked electron-download pull request.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100