HTTP security header check
Missing hardening headers lower the grade. No CSP hurts XSS scoring the most. This is a config guide, not a pentest or WAF test.
Use a public hostname. Redirects are SSRF-filtered away from private networks.
Examples
- Weak
only Server / DateNo HSTS/CSP → low grade.- Better
HSTS + CSP + nosniffLetter grade rises.