Last Updated: February 25, 2016
·
8.54K
· maciejsmolinski

Debugging Akamai Cache Headers

Without debug information:

curl -IXGET http://int.soccerway.com/

Output:

HTTP/1.1 200 OK
Server: Apache/2.2.3 (Red Hat)
X-IP: 10.3.230.12
Last-Modified: Tue, 16 Apr 2013 22:04:06 GMT
X-Server-Name: (null)
Content-Type: text/html; charset=UTF-8
Cache-Control: max-age=19
Date: Tue, 16 Apr 2013 22:04:16 GMT
Transfer-Encoding:  chunked
Connection: keep-alive
Connection: Transfer-Encoding

With debug information:

curl -IXGET -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" http://int.soccerway.com/

Output:

HTTP/1.1 200 OK
Server: Apache/2.2.3 (Red Hat)
X-IP: 10.3.230.12
Last-Modified: Tue, 16 Apr 2013 22:00:22 GMT
X-Server-Name: (null)
Content-Type: text/html; charset=UTF-8
Cache-Control: max-age=29
Date: Tue, 16 Apr 2013 22:00:23 GMT
Transfer-Encoding:  chunked
X-Cache: TCP_REFRESH_MISS from a193-45-10-156 (AkamaiGHost/6.11.2.2-10593690) (S)
X-Cache-Key: /L/43/44104/5m/int.soccerway.com/
X-True-Cache-Key: /L/int.soccerway.com/
X-Akamai-Session-Info: name=OVERRIDE_HTTPS_IE_CACHE_BUST; value=all
X-Akamai-Session-Info: name=PARENT_SETTING; value=TD
X-Serial: 43
Connection: keep-alive
Connection: Transfer-Encoding
X-Cache-Remote: TCP_IMS_HIT from a206-132-241-63.deploy.akamaitechnologies.com (AkamaiGHost/6.11.2.2-10593690) (-)
X-Check-Cacheable: YES

Useful Chrome Extension: Exceda Akamai Headers