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.206",
"X-Forwarded-Proto": "https",
"X-Forwarded-Port": "443",
"Host": "alb-tanmoy-stage9.i4amazoncloud.incaptest.co",
"X-Amzn-Trace-Id": "Root=1-69ef173a-4e86419057eb51636ac4d2fa",
"Accept-Encoding": "br,gzip",
"User-Agent": "Amazon CloudFront",
"Via": "2.0 1e7cba44761c3298a8f1cc37a09889c8.cloudfront.net (CloudFront), 1.1 5ceb9cec7debee0553fef552eba62cc4.cloudfront.net (CloudFront)",
"X-Amz-Cf-Id": "1qk0SKw2HMhCCbZbV_JfY7ura_bv04iwEvsr-vtS_Y9661uwBmvpMQ=="
},
"args": {},
"form": {},
"json": null
}