🕵️

header.sbs

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.

Request Headers Details

Header Name Value
host headers.cv
x-real-ip 2600:1f28:365:80b0:2b21:15bc:b0f7:b89
x-host headers.cv
x-forwarded-for 2600:1f28:365:80b0:2b21:15bc:b0f7:b89
x-forwarded-proto http
connection upgrade
accept text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
accept-language en-US,en;q=0.5
accept-encoding gzip
if-modified-since Wed, 11 Mar 2026 12:28:25 GMT
cf-ray 9ef0bad9dd9f05bf-IAD
user-agent CCBot/2.0 (https://commoncrawl.org/faq/)
cdn-loop cloudflare; loops=1
cf-connecting-ip 2600:1f28:365:80b0:2b21:15bc:b0f7:b89
cf-ipcountry US
cf-visitor {"scheme":"http"}

Available Output Formats

How to Use

header.sbs automatically detects the request format and responds accordingly:

  • Browser requests receive this HTML page
  • Requests with Accept header set to application/json receive JSON response
  • Requests with Accept header set to text/plain receive plain text response

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.