HTTP headers
HTTP /api/v1/http/headersCapture every response header, follow redirects, time each hop.
https://forms.cloud.microsoft/Pages/ResponsePage.aspx?id=v4j5cvGGr0GRqy180BHbR8MwQgkfxNNItIhCnR0v_a9UME9CMDFTTFpITU9GWlM4VUpURVJNMzkxUSQlQCN0PWcu
200
4 hops
2176 ms
Redirect chain
-
301
https://maintainers.github.com262 ms -
301
https://gh.io/maintainers-signup/648 ms -
301
https://forms.microsoft.com/Pages/ResponsePage.aspx?id=v4j5cvGGr0GRqy180BHbR8MwQgkfxNNItIhCnR0v_a9UME9CMDFTTFpITU9GWlM4VUpURVJNMzkxUSQlQCN0PWcu145 ms -
200
https://forms.cloud.microsoft/Pages/ResponsePage.aspx?id=v4j5cvGGr0GRqy180BHbR8MwQgkfxNNItIhCnR0v_a9UME9CMDFTTFpITU9GWlM4VUpURVJNMzkxUSQlQCN0PWcu573 ms
Final response headers (25)
| cache-control | no-cache, no-store, must-revalidate |
| pragma | no-cache |
| content-type | text/html; charset=utf-8 |
| content-encoding | br |
| expires | 0 |
| vary | Accept-Encoding |
| set-cookie | FormsWebSessionId=8e280af7-6751-462f-9a97-1bf056ae23db; max-age=2592000; path=/; secure; samesite=none; httponly, MUID=3D18864A46B26B7F1C89919F796669C5; max-age=33696000; path=/; secure; samesite=none, FormsWebSessionId=b83f62c8-cfc3-4a89-82a7-4984d94e97f7; max-age=2592000; path=/; secure; samesite=none; httponly, MUID=31705B505AC86FF532384C85659C6D6B; max-age=33696000; path=/; secure; samesite=none, __RequestVerificationToken=C03IOc1rkdpWWDSYJIKWdBtts_w6c9EL9hwpJMbFP3dvSXvxU90M0C640GLCBKFg18UcHo7DUvuAdFNGd3sIBVqmMETZkj9qsqoX5JeRelA1; path=/; secure; samesite=none; httponly |
| strict-transport-security | max-age=2592000; includeSubDomains |
| x-routingofficecluster | weu-weuprod2.forms.osi.office.net, wcus-wcusmsit1.forms.osi.office.net |
| x-routingofficefe | office-forms-singlebox-c7dddb897-w5tgt, office-forms-singlebox-6ff8564fbd-bqlmz |
| x-routingofficeversion | 16.0.20508.42050, 16.0.20514.42050 |
| x-routingsessionid | e9dd6c4b-8145-42f2-b945-6a3fb91741d0 |
| x-routingcorrelationid | 2921125b-b83c-43c2-a9d3-2f19ceba534d |
| x-correlationid | 2921125b-b83c-43c2-a9d3-2f19ceba534d |
| x-officecluster | wcus-wcusmsit1.forms.osi.office.net |
| x-officefe | office-forms-singlebox-6ff8564fbd-bqlmz |
| x-officeversion | 16.0.20514.42050 |
| x-usersessionid | e9dd6c4b-8145-42f2-b945-6a3fb91741d0 |
| report-to | { "group": "endpoint-1", "max_age": 108864000, "endpoints": [ { "url": "https://cspv2.core.microsoft/report/d9debafb-bbac-42b5-8e6e-df1f1dd85343/Forms-PROD" }] } |
| content-security-policy | object-src 'none';script-src 'nonce-37748d90-b09e-4089-b6eb-8d4ffb12855d' 'unsafe-inline' 'unsafe-eval' 'strict-dynamic' https:;base-uri 'none';require-trusted-types-for 'script'; report-uri https://cspv2.core.microsoft/report/d9debafb-bbac-42b5-8e6e-df1f1dd85343/Forms-PROD;report-to endpoint-1; |
| x-robots-tag | noindex, nofollow |
| link | <https://forms.cloud.microsoft/cdn>; rel=preconnect; crossorigin=anonymous |
| x-cache | CONFIG_NOCACHE |
| x-msedge-ref | Ref A: 22FD385389BE4395B2106F96DD08C6EC Ref B: AMS231020512047 Ref C: 2026-09-15T23:46:36Z |
| date | Tue, 15 Sep 2026 23:46:35 GMT |
Between content blocks · 728x90 ·
advertise here
How to use HTTP headers
-
1
Paste your input
Enter the value at the top — domain, IP, URL, email, ASN, hash, whatever fits this tool. The smart input auto-detects type.
-
2
Click "Inspect"
host.tools issues real probes (DNS, HTTP, TCP, TLS, WHOIS where applicable) and renders the result in milliseconds.
-
3
Open the API tab
Every web tool has a sibling /api/v1/http/headers JSON endpoint with the same payload. One copy-as-curl click and you're scripting it.
Why this matters
Headers are how the modern web declares its security posture. Auditing them is the highest-ROI thing you can do this week.
API equivalent
/api/v1/http/headers?q=https%3A%2F%2Fmaintainers.github.com
curl -s '/api/v1/http/headers?q=https%3A%2F%2Fmaintainers.github.com'
Embed this tool
<iframe src="/http/headers?q={INPUT}&embed=1"
width="100%" height="600" frameborder="0"></iframe>
Drop into any HTML page. The embed=1 flag hides nav and footer.
Related tools
More in HTTP
Sidebar — medium · 300x250 ·
advertise here
Sidebar — medium · 300x250 ·
advertise here
FAQ · HTTP headers
Common questions
Is HTTP headers free?
Yes — every tool is free on the web with a 200/hour rate limit per IP. The matching API endpoint /api/v1/http/headers is free up to 100 requests/hour, no key required.
Where does the data come from?
Real-time probes against authoritative sources (DNS root, RIRs, registries, the target server itself), plus partner data feeds from hostinfo.com (GeoIP/ASN) and hostcheck.com (reputation).
How fresh are the results?
Live by default. Cached for 5 minutes to make repeat queries instant; pass
?nocache=1 for a forced refresh.Can I run this from the command line?
Yes — every tool ships with a copy-as-curl. There's also an official CLI:
host.tools http headers YOUR_INPUT.Can I monitor results over time?
Pro tier lets you schedule any tool to run every 1/5/15/60 min and alert on diff. See monitors.
host.tools Pro
Run HTTP headers on a schedule. Get pinged when it changes.
Pro gets you bulk lookups, monitors, webhook alerts, history, exports and 10,000 API calls/day. $19/mo.
- ✓Schedule any tool — every 1, 5, 15, 60 min
- ✓Diff against last run, alert on change
- ✓Webhook + email + Slack + PagerDuty + OpsGenie
- ✓Bulk CSV upload, 1,000 inputs per job
- ✓Export results as CSV / NDJSON / Excel
- ✓90-day history, comparison view