When making a request to Jira I need to pass a token generated by OpenAM in a cookie.
I tried to pass it into header, but apparantly K2's HttpHeader Smart Object ignores parameter named 'Cookie'.
{ "$type": "SourceCode.SmartObjects.Services.Endpoints.Common.HttpHeaderd], SourceCode.SmartObjects.Services.Endpoints.Common, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null", "$values": " { "$type": "SourceCode.SmartObjects.Services.Endpoints.Common.HttpHeader, SourceCode.SmartObjects.Services.Endpoints.Common, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null", "Name": "Cookie", "Value": "iPlanetDirectoryPro=AQIC5wM2LY4SfcwDu2SHOsUhCCJuMz0juXhBryDpNw8Ba1U.*AAJTSQACMDEAAlNLABQtNDQ5NzI1NjY5Mjg3NjA4MDE3MA..*" }, { "$type": "SourceCode.SmartObjects.Services.Endpoints.Common.HttpHeader, SourceCode.SmartObjects.Services.Endpoints.Common, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null", "Name": "content-type", "Value": "application/json" } ]}