All HTTP status codes
HTTP 307 Temporary Redirect
RedirectionLike 302, but the client must repeat the request to the new URL with the same method and body — a POST stays a POST.
Defined in RFC 9110
Common causes
- Temporary moves where method preservation matters (APIs)
- HSTS internal redirects in browsers
How to fix it
Use 308 instead if the move is permanent
Related status codes
Want to explore status codes interactively? Try the free HTTP Status Code Reference — search, categories and example responses, right in your browser.