Live request
Client IP
216.73.216.243
Method
GET
Protocol
HTTP/1.1 plain
Host + Path
tls11.maesoser.me/sitemap.xml
Cloudflare Headers
Cf-Cert-Presented false
Cf-Cert-Revoked false
Cf-Cert-Verified false
Cf-Connecting-Ip 216.73.216.243
Cf-Device-Type desktop
Cf-Ipcountry US
Cf-Ray a3bb319cda8f2780-CMH
Cf-Visitor {"scheme":"https"}
Cf-Warp-Tag-Id 6d176264-bed3-45a8-bb1f-e79e7402a146
Cf-Warp-Tag-Tunnel mad01
Request Headers
Accept */*
Accept-Encoding gzip, br
Cdn-Loop cloudflare; loops=1
True-Client-Ip 216.73.216.243
User-Agent Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
X-Forwarded-For 216.73.216.243
X-Forwarded-Proto https
Z-Bot-Info 1
Z-Crypto-Info version=TLSv1.3;cipher=AEAD-AES256-GCM-SHA384; extensions=Txx6iyB2+KRsz9a+jAzY45E4aw0=; hello_length=253; random=0qdYUFbYCx3r7Z+0E05BakAbnOU+/zndsrztJeDRMI8=
Z-Geo-Info lat=39.96118; lon=-82.99879; iso1=US-OH; iso2=US-049
Z-Infra-Info colo=1042; metal=64; addr=172.66.0.102:443
Z-Waf-Scoring xss=97; sqli=97; rce=91; total=87; class=clean
Cookies
Cookie __cf_bm=4KOWm.7sUTSK68kfrPFQHuiF3UMu6tmZEb2G1BW5lPk-1789512662.3023558-1.0.1.1-_ppyUpY9ml8KJqdMYQI7zaW4J7RD4q9I8lwVEDgkLisndM0BubbYRq.Iq12twQnwTfZydgXyYUwjdBNMwYNArcjm_TI.gjLjfyfrVjCf2NTccP7aXMI8yaB6RaNmYMbRqQc3f1GM3IqtlP1POwVT9Q
Full JSON dump  ·  open as raw JSON ↗
{
  "src": "216.73.216.243",
  "host": "tls11.maesoser.me",
  "method": "GET",
  "protocol": "HTTP/1.1",
  "path": "/sitemap.xml",
  "size": 0,
  "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
  "tls": {
    "version": "",
    "cipher": "",
    "server": ""
  },
  "headers": {
    "Accept": "*/*",
    "Accept-Encoding": "gzip, br",
    "Cdn-Loop": "cloudflare; loops=1",
    "Cf-Cert-Presented": "false",
    "Cf-Cert-Revoked": "false",
    "Cf-Cert-Verified": "false",
    "Cf-Connecting-Ip": "216.73.216.243",
    "Cf-Device-Type": "desktop",
    "Cf-Ipcountry": "US",
    "Cf-Ray": "a3bb319cda8f2780-CMH",
    "Cf-Visitor": "{\"scheme\":\"https\"}",
    "Cf-Warp-Tag-Id": "6d176264-bed3-45a8-bb1f-e79e7402a146",
    "Cf-Warp-Tag-Tunnel": "mad01",
    "Cookie": "__cf_bm=4KOWm.7sUTSK68kfrPFQHuiF3UMu6tmZEb2G1BW5lPk-1789512662.3023558-1.0.1.1-_ppyUpY9ml8KJqdMYQI7zaW4J7RD4q9I8lwVEDgkLisndM0BubbYRq.Iq12twQnwTfZydgXyYUwjdBNMwYNArcjm_TI.gjLjfyfrVjCf2NTccP7aXMI8yaB6RaNmYMbRqQc3f1GM3IqtlP1POwVT9Q",
    "True-Client-Ip": "216.73.216.243",
    "User-Agent": "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)",
    "X-Forwarded-For": "216.73.216.243",
    "X-Forwarded-Proto": "https",
    "Z-Bot-Info": "1",
    "Z-Crypto-Info": "version=TLSv1.3;cipher=AEAD-AES256-GCM-SHA384; extensions=Txx6iyB2+KRsz9a+jAzY45E4aw0=; hello_length=253; random=0qdYUFbYCx3r7Z+0E05BakAbnOU+/zndsrztJeDRMI8=",
    "Z-Geo-Info": "lat=39.96118; lon=-82.99879; iso1=US-OH; iso2=US-049",
    "Z-Infra-Info": "colo=1042; metal=64; addr=172.66.0.102:443",
    "Z-Waf-Scoring": "xss=97; sqli=97; rce=91; total=87; class=clean"
  }
}
Available endpoints
ANY /
This page — renders a full request inspection report in HTML. Append ?json to get raw JSON instead.
curl http://localhost/
ANY /json
Returns all request details (headers, TLS, body hash, source IP) as a JSON object. Also available at /headers.
curl http://localhost/json | jq .
POST /echo
Echoes the raw request body back in the response. Useful for testing proxies that may transform payloads.
curl -d '{"hello":"world"}' http://localhost/echo
GET /code/{code}
Responds with the given HTTP status code. Useful for testing how clients or proxies handle specific codes.
curl -I http://localhost/code/418
GET /wait/{seconds}
Delays the response by N seconds, then returns the normal inspection page. Useful for timeout testing.
curl http://localhost/wait/5
GET /health
Returns {"status":"ok"} with HTTP 200. Intended for load-balancer health checks and uptime monitors.
curl http://localhost/health