304 Not Modified
The resource has not been modified since the last request.
Definition (RFC 9110)
HTTP status code 304 304 Not Modified is defined in RFC 9110 (HTTP Semantics), Section 15.4.5 — the current authoritative specification for HTTP semantics, published June 2022, which obsoletes the older RFC 7231 and RFC 2616.
Description
The 304 Not Modified status code indicates that the client's cached version of the resource is still valid. The server does not send the resource body, saving bandwidth.
This works with conditional headers like If-Modified-Since and If-None-Match (ETag).
Check your website's HTTP status code
Check now →