Loading...
Please wait while we prepare your experience
Loading...
Please wait while we prepare your experience
Enter any URL to inspect its HTTP response headers. Security headers are highlighted separately. All requests are proxied server-side — your browser never contacts the target directly.
Enter a URL and see all response headers in seconds — no browser dev tools needed.
Enter a URL
Paste the full URL including https://. The tool makes a HEAD request and returns all response headers.
Review the headers
See all response headers including Content-Type, Cache-Control, security headers, and server information.
Check for missing security headers
The tool flags missing headers like Strict-Transport-Security, X-Content-Type-Options, and Content-Security-Policy.
Security headers missing from your site
HSTS, CSP, X-Frame-Options, X-Content-Type-Options — these are the four most commonly missing. The tool flags which ones aren't set.
Static assets not being cached
If Cache-Control is missing or set to no-store on your images and JS files, browsers re-download them on every page load. Check and fix.
CORS errors in the browser console
Access-Control-Allow-Origin is the header that controls cross-origin requests. Check what value the server is actually returning vs what your frontend expects.
A redirect isn't going where you think
The Location header in a 301 or 302 response shows the exact destination. Check it when a redirect chain isn't behaving as expected.
Checking what server software is exposed
The Server header often reveals the web server and version. Some security policies require this to be hidden or obscured.
Verifying Content-Type for an API endpoint
An API returning text/html instead of application/json will break most clients. Check the Content-Type before debugging the response body.
Found a problem with Http Headers? Let us know.
Your feedback helps us improve.