Header Analyzer
Evaluate the security hardening of your web server configuration.
Paste the raw HTTP headers from your server response to analyze security posture.
What are Security Headers?
HTTP security headers are response directives that tell the browser how to behave when handling site content. Properly configured headers significantly reduce the risk of XSS, Clickjacking, and MITM attacks.
How to Use
curl -IL apple.comPaste the final block of output (the HTTP 200 section) into the analyzer above.
-IHeaders Only
-LFollow Redirects