Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago

how to get cookies from a request to an API?

I am making a request to an endpoint that returns a cookie in the headers, I will use said cookie later in a request that I will pass said cookie as a header. So the steps I need to take are: 1. M...