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.
Header Key | Header Value
Cookie | JSESSIONID='Babis'
As described here, you should first install Postman's interceptor extension.