Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@ibnesayeed
Created March 20, 2018 17:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ibnesayeed/f8673b5a86dd8141034cb843cc2bf6a6 to your computer and use it in GitHub Desktop.
Save ibnesayeed/f8673b5a86dd8141034cb843cc2bf6a6 to your computer and use it in GitHub Desktop.
Cache related headers in Twitter
$ curl -I https://twitter.com/
HTTP/1.1 200 OK
cache-control: no-cache, no-store, must-revalidate, pre-check=0, post-check=0
date: Sun, 18 Mar 2018 17:43:25 GMT
expires: Tue, 31 Mar 1981 05:00:00 GMT
last-modified: Sun, 18 Mar 2018 17:43:25 GMT
pragma: no-cache
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment