Real-time HTTP Request Headers Inspection
A powerful tool for developers and network administrators to instantly view detailed HTTP header information. Easily analyze your current request in multiple formats including HTML, JSON, and plain text.
| Header Name | Value |
|---|---|
| host | headers.cv |
| x-real-ip | 18.97.14.82 |
| x-host | headers.cv |
| x-forwarded-for | 18.97.14.82 |
| x-forwarded-proto | http |
| connection | upgrade |
| accept | text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 |
| user-agent | CCBot/2.0 (https://commoncrawl.org/faq/) |
| accept-encoding | gzip, br |
| accept-language | en-US,en;q=0.5 |
| cf-ray | 9bd629353ea3d6ed-IAD |
| cdn-loop | cloudflare; loops=1 |
| cf-connecting-ip | 18.97.14.82 |
| cf-ipcountry | US |
| cf-visitor | {"scheme":"https"} |
header.sbs automatically detects the request format and responds accordingly:
Tip: Use tools like curl or Postman and set the appropriate Accept header to receive your preferred format:
curl -H "Accept: application/json" https://header.sbs
Perfect for debugging, API testing, or understanding what your client is sending.