Im trying to fetch 3 different “Set-Cookie” values from a GET Request in the Response Header to give it to my POST Request.
The Process works as long as i dont use it in a webhook.
I tried setting the cookies in either global, environmental and collection variables but in Flows they are read-only.
Im working with the Postman desktop client Version 10.21.14.
This is how my Flow is setup.
This is the GET Request with the Server Response. Im trying to get all of the Values from Set-Cookie and so far im only getting the 3rd one.
Is it somehow possible to get all 3 of the Set-Cookie Values?
Thanks in advance.

