I have a rest service that I need to consume. The login would return some cookie parameters. One of the cookie needs to be retrieved and presented in later transaction as httpheader. Parsing “set-cookie” headers is tedious since it normally contains multiple keys. Thanks!
↧