Is there a way to pass cookies between HTTP actions in Microsoft Flow?
The first HTTP action is used to authenticate. It gives me back a cookie. Then I need to pass that cookie to a second HTTP action.
I was able to get this to work in PHP with a cookie jar (click here), but I can't get it to work in Microsoft Flow.
Note: It was actually working by passing headers a couple of weeks ago, but now it doesn't work anymore. I have a separate thread already on that issue (click here), but I thought I would start a new thread since I couldn't find any threads specifically talking about passing cookies between HTTP actions. I hope it's ok that I started a new thread.