Go to “settings” tab and disable “cookie jar” and “follow redirects”.
Thus, Postman will act as fetch in node-js for instance. It will acts as it is the first attempt to login (or whatever) and you’ll see a fresh response every time.
Go to “settings” tab and disable “cookie jar” and “follow redirects”.
Thus, Postman will act as fetch in node-js for instance. It will acts as it is the first attempt to login (or whatever) and you’ll see a fresh response every time.