HTTP Header Checker
Inspect a URL’s HTTP status, response headers, and redirect chain. Choose HEAD or GET, follow redirects, and spot caching & security issues fast.
Inspect a URL’s HTTP status, response headers, and redirect chain. Choose HEAD or GET, follow redirects, and spot caching & security issues fast.
An HTTP Header Checker requests a URL and shows the status code, response headers, and any redirect hops. It’s essential for diagnosing canonicalization, caching, content type, and security policies such as HSTS and CSP.
Location
targetContent-Type
, Cache-Control
, Expires
, ETag
, Vary
, Set-Cookie
, Strict-Transport-Security
, Content-Security-Policy
, and moreCache-Control
, ETag
) for static assets.Strict-Transport-Security
) and consider CSP for security.HEAD
with 405
. In Auto mode we retry with a lightweight GET
to retrieve headers.