- What does it analyze?
- Security (CSP, HSTS, X-Frame-Options, X-Content-Type-Options), caching (Cache-Control, ETag, Vary), and informational headers. Flags missing security headers.
- What's a good security header set?
- HSTS with includeSubDomains, CSP with nonce-based scripts, X-Frame-Options DENY, Referrer-Policy strict-origin-when-cross-origin.
- Does it fetch the URL?
- Paste headers — the tool analyzes them. For live fetching across origins, browser CORS blocks it; use curl or the SecurityHeaders.com service.
- What's Strict-Transport-Security?
- Tells browsers to always use HTTPS for your domain. Prevents protocol-downgrade attacks. Essential for any HTTPS site.