HTTP Headers Inspector

Inspect HTTP response headers from any URL. See server, content-type, caching, and audit security headers like CSP, HSTS, X-Frame-Options.

Developer Tools
Ad

Common use cases

Frequently asked questions

Why does it use HEAD instead of GET?

HEAD requests fetch only headers, not the body — faster and lighter on the target server. Some servers reject HEAD; in that case the inspector will return an error.

Why are some sites blocked?

Sites behind authentication, with strict bot protection (Cloudflare challenge), or that require specific headers may refuse the request. The 8-second timeout will trip and report an error.

Are my queries logged?

The URL is sent to the server to perform the fetch. The URL itself isn't persisted in analytics (only the path /tools/http-headers is logged).

Related tools