307
Temporary Redirect
Redirection (3xx)·RFC 9110
What 307 means
The resource is temporarily elsewhere; the same HTTP method must be reused.
Unlike 302, it guarantees the method (e.g. POST) and body are not changed when following the redirect.
Redirection (3xx)
Further action (usually a redirect) is needed to complete the request.
Other 3xx codes
FAQ — 307
What does HTTP 307 mean?
307 Temporary Redirect: The resource is temporarily elsewhere; the same HTTP method must be reused. Unlike 302, it guarantees the method (e.g. POST) and body are not changed when following the redirect.
Which class does status code 307 belong to?
307 is a Redirection (3xx) code. Further action (usually a redirect) is needed to complete the request.
Where is the 307 code defined?
Status code 307 is defined in RFC 9110 and is part of the IANA HTTP Status Code Registry.