Exactly what this server saw when your browser fetched this page. Nothing is logged or sent elsewhere — close the tab and the data is gone.
GET / HTTP/1.1
| Header | Value | What it tells the server |
|---|---|---|
| host | audit.bithaven.cloud | Which hostname you requested. Always present. |
| x-real-ip | 216.73.217.6 | (Set by nginx) the IP the proxy saw — your actual address. |
| x-forwarded-for | 216.73.217.6 | (Set by proxies) chain of forwarding addresses. |
| x-forwarded-proto | https | (Set by proxies) original protocol (http / https). |
| connection | close | Connection reuse hint. |
| accept | */* | Content types your browser accepts (HTML, images, JSON, etc.). |
| user-agent | Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) | Browser + OS string. The single most powerful HTTP-layer fingerprint. |
| accept-encoding | gzip, br, zstd, deflate | Compression algorithms you support (gzip, brotli, zstd). |
These read what your browser will divulge to JavaScript running on a page you visit. If your privacy browser's anti-fingerprinting shims are working, several should show spoofed or generic values.
Probes running…