Skip to content

Instantly share code, notes, and snippets.

@thom4parisot
Created January 7, 2013 09:28
Show Gist options
  • Select an option

  • Save thom4parisot/4473674 to your computer and use it in GitHub Desktop.

Select an option

Save thom4parisot/4473674 to your computer and use it in GitHub Desktop.
Trying to figure out why these headers still imply an HTTP call for this same URL. First call: expecting a prime cache (nothing). Second call: not expected, the browser uses the cached version.
HTTP/1.1 200 OK
Date: Mon, 07 Jan 2013 09:26:17 GMT
Server: Apache/2.2.22 (Unix) DAV/2 PHP/5.3.15 with Suhosin-Patch mod_ssl/2.2.22 OpenSSL/0.9.8r
X-Robots-Tag: noindex
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
Expires: Thu, 17 Jan 2013 09:26:17 GMT
Pragma: public
Max-Age: 864000
Cache-Control: s-max-age: 1800, max-age: 864000
Accept-Ranges: none
Vary: Accept-Encoding
X-UA-Compatible: IE=Edge,chrome=1
Content-Type: application/json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment