83
Views
5
Comments
Get Cookie from different URL

Hello All,

I want to ask about how we get the cookie from different URL and then use it in outsystems?
Can it be done? Example i want to get the cookie from there, and then i will use it in outsystems

Is it any possible way?
Thankyou!


Best regards,
Ran

UserImage.jpg
Deepak Kumar Yogi

Hi Bhetrand Dwilangga,

Have you checked out the Forge? I believe the ardoHTTP extension does everything you're looking for in a more convenient package, since you can define your headers and then recover the cookies from the output of the HTTPPost action. Cookies should appear as "Set-Cookie" headers in your response, and you can then process them.



UserImage.jpg
Bhetrand Dwilangga

i tried using it, but when i running the demo.. this problem occur..


UserImage.jpg
Deepak Kumar Yogi

I think you forge component is not updated please update that.

UserImage.jpg
Bhetrand Dwilangga

Im using HttpGet , but it comes like this in the set-cookie. I dont get the exact cookies there.

2022-11-15 06-37-54
Ekjot Singh

Hello @Bhetrand Dwilangga


May be the link below for you referance can help resolve your issue:
https://www.outsystems.com/forums/discussion/52440/setcookie-getcookie-usage/

Thanks,
Ekjot

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.