LikeApp

📡 HTTP Header Checker

Free HTTP header checker! Enter a URL to see the status code, full response headers, and redirects — with an automatic security grade for HSTS, CSP, and 3 more headers!

Last updated: 2026-08-21

What are HTTP response headers?

HTTP response headers are metadata a server sends to the browser: caching policy (Cache-Control), content type, server software, and security policies like HSTS and CSP. Well-configured security headers let the browser block attacks such as XSS and clickjacking, so site operators should audit them regularly.

How to Check HTTP Response Headers

  1. Enter the URL to check (https:// can be omitted)
  2. Click Check to see the status code and all response headers
  3. Review the security scorecard for HSTS, CSP, and 3 more headers
  4. For 3xx responses, follow the redirect chain up to 5 hops

💡 Common Examples

ScenarioInputResult
Security header gradeCheck https://github.comSecurity headers 5/5 ✅ (HSTS, CSP, etc.)
Trace a redirectCheck http://example.com301 → https://example.com (Follow button)
Check status codeCheck a removed page URL404 Not Found badge + header table

Everything About HTTP Header Checking

This free HTTP header checker shows exactly what response headers a website sends, right in your browser. Instead of running curl -I in a terminal or digging through the devtools network tab, just enter a URL to see the status code, the complete response headers, and any redirect — all on one screen. It is especially handy right after a deploy, when you want to confirm Cache-Control or Content-Type is going out as intended.

The headline feature is the automatic security header grade. Five headers are scored with a clear pass/fail: HSTS (forces HTTPS), CSP (XSS defense), X-Frame-Options (clickjacking defense), X-Content-Type-Options (MIME sniffing prevention), and Referrer-Policy (referrer leakage control). For each configured header the actual value is shown too. If you run a website, getting these five right establishes the browser-level defense baseline against the most common attacks.

Redirect handling is built for real-world debugging. Rather than silently following 3xx responses to the final page, the tool shows each hop and lets you follow them manually, one at a time, up to 5 hops — inspecting the status code and headers at every step. That makes it easy to verify your http→https 301 is correct, count how many hops your www redirect takes, and catch stray 302s that can hurt SEO.

Requests are proxied through a server (Cloudflare Pages Functions), so any public site can be checked without CORS restrictions. For SSRF protection, private IP ranges, internal hostnames, and non-standard ports are blocked, and the server returns only headers — response bodies are never read or exposed. Pair it with the DNS lookup tool for DNS records and the domain info checker for expiry dates to complete a full website health check in one place.

FAQ

Related Tools

Tools You Might Also Like