Vary Header

A response header that tells caches which request headers should be included in the cache key. When the origin responds with Vary: Accept-Encoding, the cache stores separate copies for each Accept-Encoding value (gzip, br, identity). Without Vary, caches might serve gzip content to clients that c...