I am trying to use ServiceStacks Http Utils, but for some reason I can't seem to be able to set the JSession cookie I received from logging in via basic auth. This is what I've tried so far...
response = imiLogin.PostToUrl("", requestFilter: req => {req.Headers["Cookie"] = sessionCookie.message;}).FromJson();
Any help would be appreciated.