Does Amazon CloudFront pass through set-cookie headers?

amazon-cloudfront, cdn

Solution

The answer is yes, they do. They have dropdown when configuring a distribution to allow None/Whitelist/All

Problem

When I have an origin for CloudFront that includes `set-cookie` headers in the response: will CloudFront cache the `set-cookie header` for the response? If not, is there a CDN that will?

Original source