Serve personalized content faster with Vary support
Vercel adds full support for the HTTP Vary header across all plans, enabling its delivery network to cache and serve personalised content by country or language without manual configuration.
Vercel now fully supports the HTTP header, making it easier to cache personalized content across all plans with no configuration required.Vary The header tells caches which request headers to include when generating cache keys. This allows Vercel’s application delivery network to store and serve different versions of a page based on headers like or , so users get fast, localized content without recomputation.VaryX-Vercel-IP-CountryAccept-Language By returning the above headers your site caches and serves country-specific content.
A visitor from the United States receives the US-specific cached version, and visitors from other countries receive the version for their locale, with no recomputation required. Learn more about caching personalized content in .Vercel's application network documentation Read more