HTTP Header Analyzer
Analyze HTTP security headers of a website to detect missing protections.
What are HTTP security headers?
HTTP security headers are special response headers used by web servers to instruct browsers how to securely handle website content. These headers protect users from attacks such as cross-site scripting (XSS), clickjacking, and content injection.
What are HTTP security headers?
HTTP security headers are special response headers used by web servers to instruct browsers how to securely handle website content. These headers protect users from attacks such as cross-site scripting (XSS), clickjacking, and content injection.
Important security headers
- Content-Security-Policy (CSP)
- Strict-Transport-Security (HSTS)
- X-Frame-Options
- X-Content-Type-Options
- Referrer-Policy
