Forum Moderators: phranque
Header add Expires "0"
Header add Pragma "no-cache"
Header add Cache-Control "no-cache, no-store, must-revalidate"
FileETag None
HTTP/1.1 200 OK
Date: Tue, 01 Mar 2005 06:44:07 GMT
Server: Apache/1.3.31
Expires: 0
Pragma: no-cache
Cache-Control: no-cache, no-store, must-revalidate
Last-Modified: Tue, 15 Feb 2005 19:27:48 GMT
Accept-Ranges: bytes
Content-Length: 3318
Connection: close
Content-Type: image/jpeg
If-Modified-Since is a request header. We're talking about suppressing the Last-Modified server response header here, right?
Jim