I'm using Postman application to test APIs in Ubuntu 16.04.
I don't need Postman to store cookies after API request. I only find options to delete cookies manually for each request. Does anyone know how to completely disable it?
I'm using Postman application to test APIs in Ubuntu 16.04.
I don't need Postman to store cookies after API request. I only find options to delete cookies manually for each request. Does anyone know how to completely disable it?
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.
I believe this is still an open issue on the project and the only way that i’ve been able to do, is delete them through the UI.
You can use version 6.1.3, which had a bug in it which prevented to send cookies on subsequent request. See https://community.getpostman.com/t/postman-no-longer-send-cookie-with-subsequent-requests/1723
But it's hard to get your hand on that version, it is not on https://www.getpostman.com/downloads/release-notes because they only show major versions 7.