Check Last-Modified Header

A properly configured server should return 304 Not Modified when a client requests a document using GET with an If-Modified-Since or If-None-Match header and the document has not changed since the specified time. The response should not contain a body.