I\'m struggling to figure out what is wrong here. I\'m sending login information, I can see the Set-Cookie in the Header with the correct value, but the Cookies collection
That could be a bit late, but you can use function SetCookies
var cHeader = responce.Headers.Get("Set-Cookie"); var cookie = new CookieContainer(); cookie.SetCookies(new Uri("[...]"), cHeader);