HTTP Header Analyzer
Analyze HTTP response headers — inspect security headers, caching directives, CORS policy, and server configuration.
About HTTP Header Analysis
HTTP response headers contain critical information about security configuration, caching behaviour, content type, CORS policy, and server technology. Analysing headers helps identify missing security headers (HSTS, CSP, X-Frame-Options, X-Content-Type-Options), understand caching strategy, debug CORS issues, and audit what server information is exposed to the public.
The most important security headers are: Strict-Transport-Security (forces HTTPS), Content-Security-Policy (prevents XSS), X-Frame-Options (prevents clickjacking), X-Content-Type-Options (prevents MIME sniffing), and Referrer-Policy (controls referrer leakage). This tool checks for all of them and flags any that are missing.