lookup> If-Modified-Since

If-Modified-Since

can be used with GET or HEAD to make the method conditional by modification date: if the selected representation has not been modified since the time specified in this field, then do not perform the request method; instead, respond as detailed below.

请求头RFC7232#3.3
NameIf-Modified-Since
Type请求头
SpecificationRFC7232#3.3

can be used with GET or HEAD to make the method conditional by modification date: if the selected representation has not been modified since the time specified in this field, then do not perform the request method; instead, respond as detailed below.

If-Modified-Since: Mon, 17 Aug 2026 10:00:00 GMT

RFC7232#3.3

What does the If-Modified-Since header do?

can be used with GET or HEAD to make the method conditional by modification date: if the selected representation has not been modified since the time specified in this field, then do not perform the request method; instead, respond as detailed below.

Is If-Modified-Since a request or response header?

It is classified as a request header and can appear in requests or responses depending on context.

Related status codes