Hi,
I'm able to retrieve the set-cookie value from the HttpResponseMessage header which is coming from the api. Now, I want to send this set-cookie value with the another url to access the methods inside the api. Is there a way where I can send it using .net core?
Thank You!
Best Regards,
Sandeep