Configure Cookie Injection
There are instances when a cookie needs to be present on every request, such as specifying an sap-ssolist cookie to provide additional information to the authentication process. The steps to configure cookie injection for a route in a Link instance are:
-
Open up the Link application running in SAP BTP
-
Click the User-Provided Variables navigation link
__ __
-
Specify a new variable with the following format:
-
Name:
ROUTES__<name>__Cookie
orApiProxy__<name>__Cookie
orProxy__<name>__Cookie
depending on your configuration. -
Value: A cookie value in a semi-colon ( ; ) delimited list of cookiename=cookievalue
__ __
-
-
Restart your application for the new setting to take effect.