Echo Service

The request's PUT parameters.

put
https://shared-services.kong-sales-engineering.com/echo/put

Response

200

The request’s PUT parameters.

put/put
 
200

Auth

Auth methods

Prompts the user for authorization using HTTP Basic Auth.

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

Path Parameters

userstringrequired
passwdstringrequired

Response

Sucessful authentication.

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

Prompts the user for authorization using bearer authentication.

get
https://shared-services.kong-sales-engineering.com/echo/bearer

Headers

Authorization

Response

Sucessful authentication.

get/bearer
 

Prompts the user for authorization using Digest Auth.

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

Path Parameters

qopstringrequired

auth or auth-int

userstringrequired
passwdstringrequired

Response

Sucessful authentication.

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