keecode logokeecode
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 Modified

cURL Example

curl -I https://example.com
# Returns: HTTP/1.1 304 Not Modified