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": "/sitemap.xml",
"method": "GET",
"headers": {
"X-Forwarded-For": "216.73.216.5,10.10.0.152, 13.217.136.104, 64.252.67.76",
"X-Forwarded-Proto": "https",
"X-Forwarded-Port": "443",
"Host": "alb-tanmoy-stage9.i4amazoncloud.incaptest.co",
"X-Amzn-Trace-Id": "Root=1-69f0609b-60082d6b12174fb3630f8101",
"Accept-Encoding": "br,gzip",
"User-Agent": "Amazon CloudFront",
"Via": "2.0 968e3dd072785e29c85397064f43e86e.cloudfront.net (CloudFront), 1.1 b7dd001578b73a6989e710df24ccc0ce.cloudfront.net (CloudFront)",
"X-Amz-Cf-Id": "Jm6MwQEeZncgalyma3YSRG_Hw28groSTA1nctLUa_yToF6nu0CMw5Q=="
},
"args": {},
"form": {},
"json": null
}