I have 2 opened tab in Postman. One tab calls login API, second calls protected page. If I call the second tab without calling the first I get "Bad request":
but I call the first before with valid credentials:
and the call the second again, then I get protected page:
Where is it and how to get it to set inside my application?


