Choose the right redirect semantics.
Section: Common Web Error Scenarios
301 vs 302 vs 307 vs 308
text
text
301 = permanent
302 = temporary
307 = temporary, preserve method
308 = permanent, preserve methodExplanation
`307` and `308` are often better for APIs when method preservation matters.
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 Common Web Error Scenarios