Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Chrome Postman does not show Cookies button

I've been using Postman for ages, and it is great. I am using Windows 10, and Postman is started from a link.

I have to do a bit of mucking around with Cookies now, but I cannot get the Cookies button, near send, to be visible. I have installed Interceptor and turned it on in the app, rebooted etc, but still nothing.

As a workaround I believe I can manually get or set cookies, but I am not sure how to do this. I am looking to have complete control of the cookie, ie expiration time and protocol etc.

Thanks in advance for any help.

like image 329
Steve Hibbert Avatar asked Aug 03 '17 09:08

Steve Hibbert


2 Answers

Postman Chrome app does not have a Cookies button. Check out the documentation, where it states that only the native apps have the modal. Interceptor is the only way to go. Another solution would be to install the Windows app and export/sync your data.

Check out this page as well, to see all the differences between native and Chrome apps.

like image 88
Ray Avatar answered Sep 28 '22 12:09

Ray


  1. Go to C:\Users\\AppData\Roaming\Postman
  2. requester.json && setting.json remove
  3. reinstall postman
  4. install postman.

Your problem is solved.

like image 44
MahmutKarali Avatar answered Sep 28 '22 10:09

MahmutKarali