lookup> 304

304 ·Not Modified

The resource has not changed since the conditional request; the client should use its cached copy.

RedirectionRFC7232#4.1
Status304
PhraseNot Modified
TypeRedirection
SpecificationRFC7232#4.1

What does HTTP 304 mean?

The resource has not changed since the conditional request; the client should use its cached copy.

It belongs to the 3xx Redirection class of responses, defined in RFC7232#4.1.

Browse all codes in this class: 3xx Redirection

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

Is HTTP 304 cacheable?

304 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 has not changed since the conditional request; the client should use its cached copy.

3xx responses

Related status codes

Related headers