lookup> 307

307 ·Temporary Redirect

The resource temporarily moved; the client must repeat the request using the same method and body.

RedirectionRFC7231#6.4.7
Status307
PhraseTemporary Redirect
TypeRedirection
SpecificationRFC7231#6.4.7

What does HTTP 307 mean?

The resource temporarily moved; the client must repeat the request using the same method and body.

It belongs to the 3xx Redirection class of responses, defined in RFC7231#6.4.7.

Browse all codes in this class: 3xx Redirection

  • The resource has a different location
  • A redirect is configured for this path

Is HTTP 307 cacheable?

307 belongs to the 3xx Redirection class and is usually cacheable per headers such as Cache-Control (e.g. 200, 301, 304).

What does the 3xx class mean?

3xx Redirection: The resource temporarily moved; the client must repeat the request using the same method and body.

3xx responses

Related status codes

Related headers