HTTP Header Checker

Analyze HTTP response headers and security score for any URL. Check HSTS, CSP, X-Frame-Options, and more.

What are HTTP Security Headers?

HTTP security headers are response headers that help protect websites against common attacks like cross-site scripting (XSS), clickjacking, and data injection. Key security headers include Strict-Transport-Security (HSTS), Content-Security-Policy (CSP), X-Frame-Options, X-Content-Type-Options, and Referrer-Policy. Properly configured headers significantly improve your site's security posture.

HTTP Headers API

Check headers programmatically:

curl "https://api.fengdeagents.site/api/headers/check?url=https://example.com" \
  -H "X-API-Key: YOUR_KEY"

Get a free API key · View all tools