Live request
Client IP
216.73.216.55
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.55
Cf-Device-Type desktop
Cf-Ipcountry US
Cf-Ray a3bb8d2c0c564bba-MAD
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.55
User-Agent Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
X-Forwarded-For 216.73.216.55
X-Forwarded-Proto https
Z-Bot-Info 1
Z-Crypto-Info version=TLSv1.3;cipher=AEAD-AES256-GCM-SHA384; extensions=KWEme4vlFcmA9QfzcmfTT4FLYes=; hello_length=253; random=FtuwCgQSOLQ+1KzeXXCO6y8wrSQpSFOsUy0D4A/DyaI=
Z-Geo-Info lat=39.96118; lon=-82.99879; iso1=US-OH; iso2=US-049
Z-Infra-Info colo=1042; metal=106; addr=172.66.0.102:443
Z-Waf-Scoring xss=97; sqli=97; rce=91; total=87; class=clean
Cookies
Cookie __cf_bm=RI1QJ2Tjn3KRHT0GYQtTnVUYqBywsd4b0t4Nu67_RAo-1789516412.544928-1.0.1.1-J2cKiLe9vjqXfGYRgZF6G7FltGhtE2Yk17vvG7knUetPrBt2_3HPD.BLSwdVa7Syn_Vv1FUV3HYKwdcHjPMth3RyM5Ce5qvKfSvaL7KsG4auwKbcnNEZg1jpmbMbrT.FvnMgAz3VqTfEt8kFZTq9IQ
Full JSON dump  ·  open as raw JSON ↗
{
  "src": "216.73.216.55",
  "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.55",
    "Cf-Device-Type": "desktop",
    "Cf-Ipcountry": "US",
    "Cf-Ray": "a3bb8d2c0c564bba-MAD",
    "Cf-Visitor": "{\"scheme\":\"https\"}",
    "Cf-Warp-Tag-Id": "6d176264-bed3-45a8-bb1f-e79e7402a146",
    "Cf-Warp-Tag-Tunnel": "mad01",
    "Cookie": "__cf_bm=RI1QJ2Tjn3KRHT0GYQtTnVUYqBywsd4b0t4Nu67_RAo-1789516412.544928-1.0.1.1-J2cKiLe9vjqXfGYRgZF6G7FltGhtE2Yk17vvG7knUetPrBt2_3HPD.BLSwdVa7Syn_Vv1FUV3HYKwdcHjPMth3RyM5Ce5qvKfSvaL7KsG4auwKbcnNEZg1jpmbMbrT.FvnMgAz3VqTfEt8kFZTq9IQ",
    "True-Client-Ip": "216.73.216.55",
    "User-Agent": "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)",
    "X-Forwarded-For": "216.73.216.55",
    "X-Forwarded-Proto": "https",
    "Z-Bot-Info": "1",
    "Z-Crypto-Info": "version=TLSv1.3;cipher=AEAD-AES256-GCM-SHA384; extensions=KWEme4vlFcmA9QfzcmfTT4FLYes=; hello_length=253; random=FtuwCgQSOLQ+1KzeXXCO6y8wrSQpSFOsUy0D4A/DyaI=",
    "Z-Geo-Info": "lat=39.96118; lon=-82.99879; iso1=US-OH; iso2=US-049",
    "Z-Infra-Info": "colo=1042; metal=106; 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