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.213,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-69f5f472-0d04fe0c58beb9c9648b58af",
"User-Agent": "Amazon CloudFront",
"Via": "2.0 ed2a58dedcfbb5f690a75d7abac8c0ae.cloudfront.net (CloudFront), 1.1 e1f3f2ebef55f9ee8a49ae05308c1852.cloudfront.net (CloudFront)",
"Accept-Encoding": "br,gzip",
"X-Amz-Cf-Id": "T9SpmWmliuL0cxJEHwNutIHGAl54uaYoh-vBZRrMMmdW-Tb6T24mAg=="
},
"args": {},
"form": {},
"json": null
}