304
Redirection
304 Not Modified
The resource has not been modified since the last request.
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 →