Skip to content

Instantly share code, notes, and snippets.

@pwenzel
Created May 16, 2012 14:06
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pwenzel/2710596 to your computer and use it in GitHub Desktop.
Save pwenzel/2710596 to your computer and use it in GitHub Desktop.
Test Akamai Headers
# http://mesmor.com/2012/03/18/akamai-pragma-debug-headers/
alias akacurl='curl -v -s -o /dev/null -H "accept-encoding: gzip" -H "Pragma: akamai-x-get-cache-key" -H "Pragma: akamai-x-cache-on" -H "Pragma: akamai-x-cache-remote-on" -H "Pragma: akamai-x-get-true-cache-key" ';
akacurl http://example.com/akamai-test-object.html;
@pwenzel
Copy link
Author

pwenzel commented Sep 13, 2012

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment