Open GoogleCodeExporter opened 8 years ago
I just used php to get_headers from the file I am trying to access on my server
and the only items returned are:
array ( 0 => 'HTTP/1.1 200 OK', 'Date' => 'Wed, 06 Mar 2013 16:17:11 GMT',
'Server' => 'Apache', 'Last-Modified' => 'Wed, 06 Mar 2013 16:15:01 GMT',
'Accept-Ranges' => 'bytes', 'Content-Length' => '4504', 'Vary' =>
'Accept-Encoding', 'Connection' => 'close', 'Content-Type' =>
'application/xml', )
So it looks like my server does not send out the If-Modified-Since... Well,
that helps. What is strange however, is that I never get a 304 response. I only
get 200. Regardless of when the Last-Modified date is. Does this
programatically mean that the cache file is not the same as what is coming off
the server? If I just show the cache file, it is the same...
Original comment by buildaki...@gmail.com
on 6 Mar 2013 at 4:21
Original issue reported on code.google.com by
tinyeeliu@gmail.com
on 6 Mar 2013 at 11:32