Postman is a very useful HTTP client plugin on Chrome, but it's not a request with a cookie due to chrome security restrictions. If you want to send a request with a cookie, you need to turn on interceptor:
650) this.width=650; "src=" http://img.blog.csdn.net/20160615233602816 "alt=" Turn on Interceptor "title="/>
The Interceptor also needs to download the Postman interceptor extension to the Chrome store. An HTTP request with a cookie can now be sent. When sending a cookie, adding key-value,key fixed to Cookie,value in the header is a specific k=v of the cookie, for example:
650) this.width=650; "src=" http://img.blog.csdn.net/20160615233624699 "alt=" example of sending cookies "title="/>
It is important to note that you must have a Chrome browser open when sending a cookie.
This article is from the "32 Krypton" blog, please be sure to keep this source http://10672221.blog.51cto.com/10662221/1982746
Postman sending an HTTP request with a cookie