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.5,10.10.0.152, 13.217.136.104, 15.158.214.208",
"X-Forwarded-Proto": "https",
"X-Forwarded-Port": "443",
"Host": "alb-tanmoy-stage10.i4amazoncloud.incaptest.co",
"X-Amzn-Trace-Id": "Root=1-69ef17e1-6a0e1a0923adfd0f111b6957",
"User-Agent": "Amazon CloudFront",
"Via": "2.0 d7417eea51b6155ca5328edbd5ac9b4e.cloudfront.net (CloudFront), 1.1 b7dd001578b73a6989e710df24ccc0ce.cloudfront.net (CloudFront)",
"X-Amz-Cf-Id": "i-klxM8sCzoXhn1EJegGuGSaoll9EN02a_o05z6ESZKzXgjCrZlSJQ==",
"Accept-Encoding": "br,gzip"
},
"args": {},
"form": {},
"json": null
}