Echo Service

Cookies

Creates, reads and deletes Cookies

Returns cookie data.

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

Response

200

Set cookies.

get/cookies
 
200

Deletes cookie(s) as provided by the query string and redirects to cookie list.

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

Query Parameters

freeform

Response

200

Redirect to cookie list

get/cookies/delete
 
200

Sets cookie(s) as provided by the query string and redirects to cookie list.

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

Query Parameters

freeform

Response

200

Redirect to cookie list

get/cookies/set
 
200

Sets a cookie and redirects to cookie list.

get
https://shared-services.kong-sales-engineering.com/echo/cookies/set/{name}/{value}

Path Parameters

namestringrequired
valuestringrequired

Response

200

Set cookies and redirects to cookie list.

get/cookies/set/{name}/{value}
 
200