SECURITY HEADERS
Analyze HTTP security headers
Local Processing
About Security Headers
HTTP security headers are response headers that instruct browsers to enable security features that protect against common web vulnerabilities.
Key headers:
- • CSP: Prevents XSS and data injection attacks
- • HSTS: Forces HTTPS connections
- • X-Frame-Options: Prevents clickjacking
- • X-Content-Type-Options: Prevents MIME sniffing