Learn
CDN Cache Key Design: Query Strings, Cookies and Hit Ratio
A CDN cache key is the tuple the edge hashes to decide hit or miss, and on most platforms the default is scheme, host, path and the entire query string. That default is why an ...