The HTTP Headers Viewer fetches the response headers from any CORS-enabled URL and analyzes them for security issues. It checks for critical security headers and calculates a security score to help identify vulnerabilities.

Fetch Headers

Tip: Try https://httpbin.org/get — it's designed for HTTP testing and exposes CORS headers.

Browser CORS limitation: Only headers explicitly allowed by the server's CORS policy are visible here. For complete header inspection, use curl -I https://yoursite.com from a terminal.