|
| 1 | +Postman's [native apps](http://www.getpostman.com/apps) provide a Cookie Manager that lets you edit |
| 2 | +cookies that are associated with each domain. To open the Cookie Manager, click the 'Manage Cookies' link under the 'Send' button. |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | +This will open up the Cookie Manager window. The section on the left will show a list of domains which you have cookies defined. The section on the right will show you cookies associated with each domain. |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | +### Create a cookie |
| 11 | + |
| 12 | +To add a new cookie, select the domain from the left pane, and enter the cookie string |
| 13 | +(according to https://tools.ietf.org/html/rfc6265#section-4.1) |
| 14 | +in the input box in the bottom-right corner of the screen. |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | +Clicking the '+' button will add it to the app's cookie store |
| 19 | +under the relevant domain. |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | +You can also add a cookie by setting a `Cookie` header, and sending a request to an appropriate URL in the main Postman window. |
| 24 | + |
| 25 | +### Adding a domain |
| 26 | + |
| 27 | +If you want to add a cookie for a domain that isn't present in the left pane, you can add one by entering the hostname (without the port, or the `http://`) in the input box on the left. Clicking the '+' button will add it to the domain listing. |
| 28 | +You can then add cookies for this domain by selecting it, and entering a new cookie value as described above. |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | +### Updating a cookie |
| 33 | + |
| 34 | +To update an existing cookie, select the domain from the left pane, and the cookie you want to edit from the right pane. |
| 35 | +You can edit any property except the cookie name, and hit '+' to update. Changing the name will add a new cookie. |
| 36 | + |
| 37 | + |
0 commit comments