Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I disable or delete cookies in the Postman application manually

I am doing some API testing using Postman on Mac OSX.

How can I delete session cookies from the application?

I looked at this solution, but this solution is for the Postman Google Chrome extension and not the application.

like image 925
Pooja Potghan-Kadam Avatar asked Apr 06 '16 10:04

Pooja Potghan-Kadam


4 Answers

I'm using Postman v7.23.0.

Go to Settings tab for a request and Click Disable cookie jar button to be on.

like image 148
ehsan maddahi Avatar answered Sep 20 '22 21:09

ehsan maddahi


I'm using Postman v6.5.2, but it's been like this for a while. In the application there is a link to the stored Cookies:

enter image description here

In there you can delete the cookies manually:

enter image description here

Plus hidden there, is a cross icon that allows you to delete all cookies:

enter image description here

like image 25
icc97 Avatar answered Sep 19 '22 21:09

icc97


In latest version of postman you can actually do all kind of CRUD operation on cookie. Check this link https://www.getpostman.com/docs/postman/sending_api_requests/cookies

like image 30
Manish Avatar answered Sep 21 '22 21:09

Manish


I am using the postman application on windows. On the top right, right after the sync button:

Postman windows application snap

like image 37
Roman Andres Avatar answered Sep 20 '22 21:09

Roman Andres