lookup> 303

303 ·See Other

The response to the request can be found at another URI, which the client should fetch with GET.

RedirectionRFC7231#6.4.4
Status303
PhraseSee Other
TypeRedirection
SpecificationRFC7231#6.4.4

What does HTTP 303 mean?

The response to the request can be found at another URI, which the client should fetch with GET.

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

Browse all codes in this class: 3xx Redirection

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

Is HTTP 303 cacheable?

303 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 response to the request can be found at another URI, which the client should fetch with GET.

3xx responses

Related status codes

Related headers

Related methods