cancel
Showing results for 
Search instead for 
Did you mean: 

Add Values Cookies in SAP Cloud Plataform Integrated (HCI)

0 Kudos
1,224

Hi I need to add cookie values in an http service. I use SAP Cloud Integration. Has anyone done an iflow this way?

for example the postman print attachment

Accepted Solutions (0)

Answers (1)

Answers (1)

MortenWittrock
SAP Mentor
SAP Mentor
0 Kudos

Hi Flávio

Let me double-check that I understand the issue: When an HTTP client makes a request to your HTTPS channel, you want the client to receive a cookie? I'll assume that is the case.

Keep in mind that cookies are nothing but request and response HTTP headers. In order to set a cookie, add a Set-Cookie header using a Content Modifier step. For the full syntax of the Set-Cookie header, please see this mozilla.org page.

Regards,

Morten