Skip to content

Instantly share code, notes, and snippets.

@saml
Created February 11, 2013 22:50
Show Gist options
  • Save saml/4758360 to your computer and use it in GitHub Desktop.
Save saml/4758360 to your computer and use it in GitHub Desktop.
akamai pragma debug headers
#!/bin/bash
curl -v -s -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-ser" "$@" 2>&1 > /dev/null | grep X-Cache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment