HTTP Requests with Cookies
I am working with certain APIs which work with Basic authentication and then use the cookies in the subsequent GET requests. I am able to get this working in Postman as below.1. Authentication Request (GET) with basic authentication2. Subsequent GET ...