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.217.28,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-69f3a56d-72c1498b469762f744d1b004",
"Accept-Encoding": "br,gzip",
"User-Agent": "Amazon CloudFront",
"Via": "2.0 5cf49be63255f33a1b47624d72f70bf6.cloudfront.net (CloudFront), 1.1 43ea6d4d093c6f8fb9edddca6fa0cf36.cloudfront.net (CloudFront)",
"X-Amz-Cf-Id": "NAPA8hu-Qgc3jFAsijWOrk2kIpIk7UGT6e90C-NOmj8nPdQGMYJUAQ=="
},
"args": {},
"form": {},
"json": null
}