Change #264131
| Category | None |
| Changed by | Daniel Stenberg <daniel@haxx.se> |
| Changed at | Fri 10 Apr 2026 09:39:39 |
| Repository | https://api.github.com/repos/curl/curl |
| Project | curl/curl |
| Branch | master |
| Revision | e5087ac9fc6c80fbb1708b750e8187c7c876f0a4 |
Comments
http: on 303, switch to GET ... unless it is a POST and the user explicitly asked to keep doing POST. Add test1983/1984: verify --follow with 303 and PUT + custom GET Fixes #20715 Reported-by: Dan Arnfield Closes #21280
Changed files
- docs/libcurl/opts/CURLOPT_FOLLOWLOCATION.md
- docs/libcurl/opts/CURLOPT_POSTREDIR.md
- lib/http.c
- tests/data/Makefile.am
- tests/data/test1983
- tests/data/test1984