HTTP Header Checker
Enter an address and see exactly what the server answers: the status code, every header, and each hop if the address redirects.
The request goes to our server, not to a third-party service — the site you check never sees you.
- Free
- Files never leave your device
- No sign-up
- No file limit
How to use
- Enter the address of the page — https:// is added if you omit it.
- Press «Check».
- Read the status code and the headers; a chain of blocks means redirects.
Good to know
The redirect chain is usually where the problem is
http to https, no-www to www, an old path to a new one — each hop is a separate request and a separate chance to get it wrong. Two redirects in a row cost real time on a phone, and a chain that ends in a 404 is invisible from the browser, which only shows you the final page. Here every hop is listed with its own status code.
Headers that decide how the page behaves
Cache-Control determines whether a visitor sees yesterday's page. Content-Type decides whether the browser renders the file or downloads it. Strict-Transport-Security, Content-Security-Policy and X-Frame-Options are the difference between a site that resists tampering and one that does not. All of them are invisible in the page itself and plainly visible here.
Frequently asked questions
Why does the status differ from what my browser shows?
The browser shows the final page after following every redirect. This tool shows each hop, so a chain of 301s ending in 200 appears as it really is.
Is the page content downloaded?
No. Only the headers are read, then the connection is closed. Nothing of the page body is fetched or stored.
How many redirects are followed?
Up to five. Anything longer is usually a loop, and a loop is the finding itself.
Does the checked site see me?
No. The request comes from our server with our own user agent; your address and browser are not passed on.
Related tools
- SSL Certificate Checker Enter a domain and see the certificate the way a browser sees it: the expiry date, the issuer,…
- Ping Test Enter a domain name and find out whether it answers at all — and how quickly. The check runs fr…
- Port Checker Enter a domain and a port number and find out whether anything answers there from outside your…
- What Is My IP Address Your public IP address is what every website you visit sees. Here it is, along with everything…
- Internet Speed Test Press the button and the page measures three things: how fast data comes in, how fast it goes o…
- WHOIS Lookup Enter a domain and see what the registry knows about it: who registered it, when it expires, wh…
- DNS Lookup Enter a domain and see every record type in one answer — where the site points, who handles the…
- User Agent Parser Your own User-Agent is already in the box. Paste someone else's from a log and see what it real…