How does Postman generate the Cookie for the request to work?

Have you checked the Set-Cookie header in the response? This is the mechanism used to store cookies in the browser.

1 Like