Forum Discussion
d_u_a
8 years agoHelper I
For Pull data from REST API with Authentication Should I Use Content Pack
We are using our own Rest Api Authentication . In our scenario first Http Post request is sending with username and password , Response of first request have some tokens in its header . Second Htt...
Anonymous
5 years agoNot applicable
Hi
I see you have mentioned that you have used set-cookies in your http post request which was your third call and got the data.
I'm following the similar pattern where I'm sending multiple https requests. Initially to get the access_token and then to get the cookies to complete my authentication process. I'm building a custom data connector and able to get the access_token. Unfortunately, I'm facing a challenge in using "set-cookies" which is my call to our cookies url and will have the access_token as a Headers in my request. I would really appreciate if you could share the example of how you used set-cookies successfully.
Happy holidays.