Created
January 7, 2013 09:28
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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