⇄
HTTP Header Viewer
Processed securelyInput
Output
Ready
Related Tools
How to Use
- Paste a public URL (HTTP or HTTPS) into the input.
- Click Run. The server performs a GET and returns the response headers.
- Inspect status, cache, security, and CORS headers in the output.
Recommended for Developers
Inspect HTTP Response Headers
Paste any public URL and get the full set of response headers â status code, content type, caching directives, CORS rules, security headers, and cookies â without firing up curl. Useful for debugging redirects, missing security headers, broken CORS, and CDN behaviour.
What This Tool Catches
Common findings: missing Strict-Transport-Security, weak or missing Content-Security-Policy, overly-permissive Access-Control-Allow-Origin, missing X-Content-Type-Options: nosniff, and Cache-Control mistakes that leak private content into shared caches.
Privacy
The fetch is performed from our server. Your IP and browser fingerprint never reach the target. We block requests to localhost, private networks, and cloud metadata endpoints to prevent SSRF abuse.