Temporary redirect preserving method
Section: HTTP 3xx Redirect Status Codes
HTTP 307 Temporary Redirect
text
text
curl -i -X POST https://example.com/move-temp -d '{"x":1}'Explanation
Unlike many 302 implementations, the method and body are meant to be preserved.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing HTTP 3xx Redirect Status Codes