Do not follow Location headers for POSTs
Open
- Dominant language
- JavaScript
- Stars
- 402
- Forks
- 49
- PR merge metrics
- No merged PRs in 30d
Description
Currently simple-get will send a duplicated POST request if the response has a location header. I think this is not correct because POST requests are not idempotent. Moreover this is very common in REST applications, return a 204 status code with a Location header for a resource that should be accessed via GET (not POST).
I'm happy to file a PR if you agree that this should be fixed.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.