How to manage cockies between 2 rest calls in microflow

0
I have one query about the cookie management in the rest calls. I am doing first rest call, basically it logs into the application, then once this call is successful I am doing another rest call to the same server. If I do this usecase using rest client it works fine. But how do I achieve this in the Mendix microflow(call REST action)? Is there any way to do this other than call rest activity in the microflow? Thanks, Pallavi
asked
1 answers
0

Hi Pallavi,

In this question you can see how to add a cookie to the next rest call:

https://forum.mendix.com/link/questions/86193

Kind Regards,

answered