HTTP Headers for
Security Headers Analysis
All Headers
HTTP header analysis methodology
This tool requests the submitted URL and reports response headers visible from this server path. Header output is endpoint-specific: scheme, hostname, path, redirects, method, user agent, CDN, and cache state can all change the result.
What to review
- Security headers such as Strict-Transport-Security, Content-Security-Policy, X-Frame-Options, Referrer-Policy, and Permissions-Policy describe browser-side protections.
- Cache-Control, ETag, Last-Modified, Vary, Age, and CDN headers explain caching behavior and why two clients may see different responses.
- Redirect headers show canonicalization, HTTPS enforcement, and chain behavior for the exact submitted URL.
Proxy and CDN caveats
- Reverse proxies and CDNs may add, remove, normalize, or override origin headers.
- Responses can vary by path, query string, cookie, Accept-Encoding, language, user agent, or geography.
- A header present on the homepage may be absent on static assets, API routes, error pages, or authenticated paths.
Operational use
- Check the final URL after redirects before judging security or cache policy.
- Validate important headers on representative paths, not only the homepage.
- If a CDN is present, compare origin and edge responses when debugging inconsistent behavior.