My cookies in the request header look like this: website cookies
When I log out or the session expires, I can't make a GET request in Postman, because the values of those two are different each time.
I don't know how to generate csrf token and jsessionid and include them in the response header section of Postman automatically so I can use them without adding them manually.
Will be grateful if someone helps me. Thanks in advance!