HTTP Header Checker

HTTP Header Checker

Inspect the full response headers a server sends, including security headers, caching and content type.

Opens in a full-screen window and fetches headers automatically. Your data stays on your device — nothing is stored or sent to our servers.

What response headers tell you

Every web page arrives with a set of headers that describe the response before the content itself: its type, how long it can be cached, which server sent it and more.

Reading these headers helps you debug slow pages, confirm security settings and understand how a server treats a particular URL.

How to view headers

  1. Enter the URL you want to inspect.
  2. Press get headers and wait a moment.
  3. Review the status line and response time.
  4. Scan the header table for the details you need.
  5. Compare headers across pages to spot differences.

Headers worth checking

  • Content-Type says what kind of file the server sent.
  • Cache-Control shows how long browsers may reuse the copy.
  • Server names the technology behind the site.
  • Strict-Transport-Security enforces secure connections.
  • Content-Security-Policy limits what scripts can run.

When to use this checker

Use it after enabling a security plugin, when a page will not cache correctly, or when a download serves the wrong file type. The headers often reveal the cause in a single glance.

Frequently Asked Questions