In azure logic app I'm calling a http endpoint and getting cookie and i'm passing that cookie to second request. If i check run history it is sending in header while calling second endpoint but the cookie(header) is not reaching second endpoint.
What I have tried:
I've just tried to call second endpoint alone.So, the image i've placed below, shows that i've hardcoded the cookie value manually by calling first endpoint.



