Skip to content

Instantly share code, notes, and snippets.

@magoon
Created March 13, 2014 15:07
Show Gist options
  • Select an option

  • Save magoon/9530212 to your computer and use it in GitHub Desktop.

Select an option

Save magoon/9530212 to your computer and use it in GitHub Desktop.
Get Akamai debug info HTTP response headers
alias akamai='curl -s -I -H "Pragma: akamai-x-cache-on, akamai-x-cache-remote-on, akamai-x-check-cacheable, akamai-x-get-cache-key, akamai-x-get-extracted-values, akamai-x-get-nonces, akamai-x-get-ssl-client-session-id, akamai-x-get-true-cache-key, akamai-x-serial-no" '
# Add the line above to your ~/.bash_profile then run source ~/.bash_profile so you can run "akamai http://some/url"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment