Echo Service

Prompts the user for authorization using Digest Auth + Algorithm.

get
https://shared-services.kong-sales-engineering.com/echo/digest-auth/{qop}/{user}/{passwd}/{algorithm}

Path Parameters

qopstringrequired

auth or auth-int

userstringrequired
passwdstringrequired
algorithmstringrequired

MD5, SHA-256, SHA-512

Default:MD5

Response

Sucessful authentication.

get/digest-auth/{qop}/{user}/{passwd}/{algorithm}
 

Prompts the user for authorization using Digest Auth + Algorithm.

allow settings the stale_after argument.

get
https://shared-services.kong-sales-engineering.com/echo/digest-auth/{qop}/{user}/{passwd}/{algorithm}/{stale_after}

Path Parameters

qopstringrequired

auth or auth-int

userstringrequired
passwdstringrequired
algorithmstringrequired

MD5, SHA-256, SHA-512

Default:MD5

stale_afterstringrequired

Default:never

Response

Sucessful authentication.

get/digest-auth/{qop}/{user}/{passwd}/{algorithm}/{stale_after}
 

Prompts the user for authorization using HTTP Basic Auth.

get
https://shared-services.kong-sales-engineering.com/echo/hidden-basic-auth/{user}/{passwd}

Path Parameters

userstringrequired
passwdstringrequired

Response

Sucessful authentication.

get/hidden-basic-auth/{user}/{passwd}
 

Status codes

Generates responses with given status code

Return status code or random status code if more than one are given

get
https://shared-services.kong-sales-engineering.com/echo/status/{codes}

Path Parameters

codesrequired

Response

Informational responses

get/status/{codes}