- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
How to Manage Cookies in Postman?
We can manage Cookies in Postman. We can add, delete and update a cookie. The cookies are information dispatched by the server and saved in the browser.
When a request is sent, the cookies are yielded by the server. The cookies are mentioned under the Headers and Cookies tab in the Response in Postman. To work with Cookies, we have to click on the Cookies link available under the Params tab.
On clicking on it, the MANAGE COOKIES appears. It contains all the available cookies along with the options – Add Cookie and Delete.
To add a cookie, click on the Add Cookie button. An edit box opens containing pre-existing values. We can update the values. Then click on Save.
Once a request is sent to the server, we find the Response code obtained is 200 OK. Simultaneously, the Cookies tab in the Response now shows the newly added cookie – Cookie_Postman.
- Related Articles
- How to Add Cookies in Postman?
- How to manage cookies in WebdriverIO?
- Executing Tests on Cookies in Postman
- How to create cookies in JavaScript?
- How to delete cookies in JavaScript?
- How to set cookies in ReactJS?
- How to Import Collection in Postman?
- How to Monitor Collections in Postman?
- How to use Sessions in Postman?
- How to create sessions in Postman?
- How to parameterize requests in Postman?
- How to set named cookies in JavaScript?
- How to set multiple cookies in JavaScript?
- How to Generate API Documentation in Postman?
- How to use dynamic GUID in Postman?
