Web / DNS Tools

HTTP Headers Checker

Inspect all HTTP response headers for any URL. Check security headers, caching policies, and server info.

Server-assisted public lookup

Security Headers
All Response Headers

What is the Http Headers?

The HTTP Headers Checker fetches the response headers for any URL and displays them in a clean, readable format. HTTP headers are metadata sent by web servers with every response - they control caching, security policies, content type, redirects, cookies, and much more.

Understanding response headers is essential for web development, security auditing, and SEO. Security headers like Content-Security-Policy, X-Frame-Options, Strict-Transport-Security, and X-Content-Type-Options protect against common web attacks. Cache headers like Cache-Control and ETag control how browsers and CDNs cache your content.

Use alongside the SSL Checker to audit HTTPS configuration and the Redirect Checker to trace redirection chains.

How to use the Http Headers

Enter a full URL (including https://) and click Check Headers. The tool performs a server-side request and displays all response headers. Security headers are scored and flagged - green for present and correctly configured, amber for present but potentially misconfigured, red for missing.

Common headers to check: Content-Security-Policy (XSS protection), Strict-Transport-Security (force HTTPS), X-Frame-Options (clickjacking protection), Content-Type (MIME type), and Cache-Control (caching behaviour).

Frequently asked questions

It fetches a URL and lists every response header the server returns - useful for debugging caching, redirects, content types, security headers and CDN behaviour.
Cold caches, distant origin servers or backend overhead all add latency. Repeating the check after a few seconds typically shows cached, faster responses.
CSP is a security header that controls which scripts, styles and resources a page may load, blocking many cross-site scripting attacks.
No. The checker only sees what an anonymous public client would see. Pages requiring authentication will return 401 or 403 status codes.