307
Temporary Redirect
3xx RedirectionWhat It Means
The request should be repeated with the same method at a different URL.
When You'll See It
Like 302 but guarantees the HTTP method will not change (POST stays POST).
Related Status Codes
Frequently Asked Questions
What does HTTP 307 mean?
HTTP 307 Temporary Redirect means: The request should be repeated with the same method at a different URL.
When does a server return 307?
Like 302 but guarantees the HTTP method will not change (POST stays POST).
Is 307 a client error or server error?
HTTP 307 is a Redirection (3xx) response. This is a redirection response, meaning the client must take additional action to complete the request.
Looking for all status codes in one place? Use the interactive HTTP Status Codes reference tool to search and browse all codes.