I am trying to replicate Akamai CDN rules on a different CDN. Not able to find what are the default components of cache key on Akamai, are all the HTTP headers and Cookies included by default? or are cookies and other HTTP headers included in the cache key only if they are explicitly specified?
Asked
Active
Viewed 226 times
2 Answers
1
No, cache-keys do not contain header or cookie information by default. They will have to be explicitly added using Cache-ID Modification behavior. The default cache-key has the following details on them
- Akamai proprietary information (such as CP Codes)
- Cache TTL
- Hostname (Origin or Incoming Host header)
- URL Path

yespravin
- 78
- 5
0
The cache key of your content can be learned by using the Akamai Pragma Headers.
You want to send (at a minimum) the Pragma: akamai-x-get-true-cache-key
header to see the response from Akamai showing what is used to create your cache key.

Josh Cheshire
- 334
- 1
- 10