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.216.101, 18.68.21.113",
"X-Forwarded-Proto": "https",
"X-Forwarded-Port": "443",
"Host": "cf-eu-west-2-stage5.i4amazoncloud.incaptest.co",
"X-Amzn-Trace-Id": "Root=1-6a564a0a-7cd809bd7ad285ce4ed457c8",
"Accept-Encoding": "gzip, br, zstd, deflate",
"Accept": "*/*",
"X-Impv-Origin-Domain": "alb-eu-west-2-stage5.i4amazoncloud.incaptest.co",
"User-Agent": "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)",
"Via": "2.0 c9310f92f33631c37e06966a0885612a.cloudfront.net (CloudFront)",
"X-Amz-Cf-Id": "qayzA6_l7fYHnol1HSP_c1EoqIPN7L8P2QzXz9XMv4F3vz1-tnPdDg=="
},
"args": {},
"form": {},
"json": null
}