HTTP Header Analyzer

Inspect the HTTP response headers of any public URL. The request is made from the Cloudflare edge, so you see exactly what a remote client would receive.

Common response headers

HeaderWhat it tells you
serverThe software serving the response (e.g. nginx, cloudflare, Apache).
content-typeThe MIME type of the response body — e.g. text/html, application/json.
cache-controlCaching directives for browsers and CDNs (e.g. max-age=3600, no-store).
cf-cache-statusWhether Cloudflare served the response from cache: HIT, MISS, BYPASS, EXPIRED, etc.
strict-transport-securityInstructs browsers to only use HTTPS for the domain for a specified duration.

For a full security header audit, use the Security Headers Scanner.