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.179,10.10.0.152, 13.217.136.104, 18.68.30.202",
"X-Forwarded-Proto": "https",
"X-Forwarded-Port": "443",
"Host": "alb-tanmoy-stage9.i4amazoncloud.incaptest.co",
"X-Amzn-Trace-Id": "Root=1-69f7fc9c-407bcc027621cd0e74868d4a",
"X-Amz-Cf-Id": "w8KYAsNgaUfM5F4rExjw0NDJ5lsd8udygnhRxQw4GYAnM9b1-hIyeg==",
"User-Agent": "Amazon CloudFront",
"Via": "2.0 a0f162a9e3390c3acc3ca1daf8d53c70.cloudfront.net (CloudFront), 1.1 49f314378e697e1d81814f43e4cc289a.cloudfront.net (CloudFront)",
"Accept-Encoding": "br,gzip"
},
"args": {},
"form": {},
"json": null
}