Cache Control Header and CDNs
In order to cache dynamic content (server side generated content), the cache-control needs to have the value ‘public’. This tells the response that it can be cached server-side. Otherwise, by default, it will be cached in the browser (client side). The cache-control value would be ‘private’.
Leave a Reply