Hiding of origin headers
Written by
Updated at July 9, 2026
By default, Cloud CDN provides all HTTP headers received from the origin to the client. With the header hiding option, you can configure your CDN resource so that the client gets only specific origin headers.
This option works as a whitelist. All origin headers not mentioned in the setting will be screened and hidden.
You may want to hide headers in the following situations:
- Protection of sensitive information.
- Enforcement of requirements prohibiting disclosure of specific headers to clients.
- Downsizing the response.
Recommendations
We recommend whitelisting the following headers:
Content-Type: Required for the browser to display content correctly.Content-Length: Informs about the size of the response.Cache-Control: Manages client-side caching.ETag: Used to check content for relevance.Last-Modified: Date of last content modification.
We recommend to hide the following headers for increased security:
Server: Server software info.X-Powered-By: Technology info, e.g., PHP, ASP.NET.X-AspNet-Version: ASP.NET version.X-Generator: CMS or website generator info.X-Debug-Info: Debugging info.X-Internal-*: Any internal headers.