The Last-Modified
response HTTP header contains a date and time when the origin server believes the resource was last modified. It is used as a validator to determine if the resource is the same as the previously stored one. Less accurate than an ETag
header, it is a fallback mechanism. Conditional requests containing If-Modified-Since
or If-Unmodified-Since
headers make use of this field.
Header type | Representation header |
---|---|
Forbidden header name | no |
CORS-safelisted response header | yes |