Permanent redirect preserving method
Section: HTTP 3xx Redirect Status Codes
HTTP 308 Permanent Redirect
text
text
curl -i -X PUT https://example.com/move-permanent -d '{"name":"new"}'Explanation
Like 301, but preserves the request method and body.
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