304
Not Modified
Redirection
Description
Indicates that the resource has not been modified since the version specified by request headers
Common Usage
Used with caching; tells client to use cached version
Example Response
How this status code appears in HTTP responses
HTTP Response Header
HTTP/1.1 304 Not ModifiedcURL Example
curl -I https://example.com
# Returns: HTTP/1.1 304 Not ModifiedRedirection Response
This is a redirection response indicating further action needs to be taken to complete the request.
Related Redirection Codes
Other codes in the same category