HTTP Header Checker

Check any URL

Or inspect this page's headers

Request Headers

Headers sent by your browser when making the request to the server.
Header Name Value
host findwhatismyip.com
x-forwarded-for 216.73.216.94
connection close
accept */*
user-agent Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
accept-encoding gzip, br, zstd, deflate
cache-control public, max-age=0, must-revalidate

Response Headers

Headers received from the server in response to your request.
Header Name Value
connection close
content-type text/html; charset=utf-8
content-length 52523
cache-control public, max-age=0, must-revalidate
etag "9974555b95510827dbdf5e2f66d3f5ad055c2047"
date Fri, 11 Sep 2026 03:09:57 GMT
x-content-type-options nosniff
x-frame-options SAMEORIGIN
x-xss-protection 1; mode=block
strict-transport-security max-age=31536000; includeSubDomains
referrer-policy strict-origin-when-cross-origin
permissions-policy geolocation=(), camera=(), microphone=(), browsing-topics=()
content-security-policy default-src 'self'; script-src 'self' 'unsafe-inline' https://cdn.jsdelivr.net https://cdnjs.cloudflare.com https://www.googletagmanager.com https://www.google-analytics.com https://pagead2.googlesyndication.com https://*.googlesyndication.com https://adservice.google.com https://*.g.doubleclick.net https://*.google.com; style-src 'self' 'unsafe-inline' https://cdn.jsdelivr.net https://cdnjs.cloudflare.com; img-src 'self' data: https:; font-src 'self' data: https://cdn.jsdelivr.net https://cdnjs.cloudflare.com; connect-src 'self' https:; frame-src 'self' https://www.youtube.com https://www.youtube-nocookie.com https://googleads.g.doubleclick.net https://*.doubleclick.net https://tpc.googlesyndication.com https://*.google.com; object-src 'none'; base-uri 'self'; form-action 'self'; frame-ancestors 'self'; upgrade-insecure-requests

Understanding HTTP Headers

HTTP headers are key components of HTTP requests and responses that carry important information about the browser, server, and data being transferred.

http header inspector security advise by Find What is my ip [address]

Awesome findWhatIsMyIP Blog

Frequently asked questions

What does the HTTP header checker show?

The full set of response headers a URL returns, with attention to security headers such as Strict-Transport-Security, Content-Security-Policy, X-Content-Type-Options, and X-Frame-Options, plus caching and redirect behaviour.

Why are security headers important?

They tell the browser to enforce HTTPS, block mixed content, restrict where scripts load from, and refuse framing, which are defences against downgrade, clickjacking, and cross-site scripting that the page itself cannot enforce.

Does the check run from my browser?

No. The site fetches the URL you enter from its server and reports what came back, so the result reflects the server's view, not your local network.