lookup> 302

302 ·Found

The resource is temporarily located at the URL in the Location header; clients should keep using the original URL later.

RedirectionRFC7231#6.4.3
Status302
PhraseFound
TypeRedirection
SpecificationRFC7231#6.4.3

What does HTTP 302 mean?

The resource is temporarily located at the URL in the Location header; clients should keep using the original URL later.

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

Browse all codes in this class: 3xx Redirection

  • Temporary redirect configured
  • Maintenance or A/B landing page

Is HTTP 302 cacheable?

302 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 is temporarily located at the URL in the Location header; clients should keep using the original URL later.

3xx responses

Related status codes

Related headers