Monday, September 12, 2016

Sending custom cookies with Postman

To send a custom cookie with Postman (API testing tool), set a "Cookie" header with value similar to "name=value". For example, to send JSESSIONID='Babis' include this header:

Header Key | Header Value
Cookie | JSESSIONID='Babis'

 As described here, you should first install Postman's interceptor extension.

No comments:

Post a Comment