Health Check Endpoints:
GET /healthz - Health check
GET /readyz - Readiness check
Legacy Endpoints (from previous version):
GET/POST /headers - View request headers
GET/POST /cookies - View/manage cookies
GET /info - Server information
New Endpoints:
ALL METHODS /echo - Echo request details
GET/POST /error?number=XXX - Return custom HTTP status
{
"path": "/",
"method": "GET",
"headers": {
"X-Forwarded-For": "216.73.217.59, 15.158.61.23",
"X-Forwarded-Proto": "https",
"X-Forwarded-Port": "443",
"Host": "cf-eu-west-2-stage6.i4amazoncloud.incaptest.co",
"X-Amzn-Trace-Id": "Root=1-6a579330-23bf1f360147f80e657c9e9d",
"Accept": "*/*",
"Accept-Encoding": "gzip, br, zstd, deflate",
"X-Amz-Cf-Id": "Vhe8hjfsFJtcH2gJ1H0dAK8RnFzUQ6KmuPnJ0B0DGsFufREMfw9Zvw==",
"User-Agent": "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)",
"Via": "2.0 7d7f7790ad8ab9e81e905351df020944.cloudfront.net (CloudFront)"
},
"args": {},
"form": {},
"json": null
}