Postman sends a http request with cookie
Postman is a very useful http client plugin for chrome, but unfortunately due to chrome security restrictions, it cannot send requests with cookies. If you want to send a request with cookies, you need to turn on Interceptor:
This Interceptor also requires downloading the Postman Interceptor extension from the chrome app store. It is now possible to send http requests with cookies. When sending cookies, add key-value to the header, key is fixed as Cookie, value is the specific k=v of cookie, for example:
It is important to note that Chrome must be open when sending cookies.