If Modified Since is The if modified since header is an HTTP header that is sent to a server as a conditional request. If the content has not changed the server responds by providing only the headers with a 304 status code. If the content has changed the server responds to the request with a 200 status code and the entire requested document / resource.

Comments