The request’s headers.
Return the incoming request's HTTP headers.
get
https://shared-services.kong-sales-engineering.com/echo/headers
Response
200
Response
200
get/headers
Authentication
200
Returns the requester's IP Address.
get
https://shared-services.kong-sales-engineering.com/echo/ip
Response
200
Response
200
The Requester’s IP Address.
get/ip
Authentication
200
Return the incoming requests's User-Agent header.
get
https://shared-services.kong-sales-engineering.com/echo/user-agent
Response
200
Response
200
The request’s User-Agent header.
get/user-agent
Authentication
200
Response inspection
Inspect the response data like caching and headers
Returns a 304 if an If-Modified-Since header or If-None-Match is present. Returns the same as a GET otherwise.
get
https://shared-services.kong-sales-engineering.com/echo/cache
Headers
If-Modified-Since
If-None-Match
Response
Response
Cached response
get/cache