I am trying to get the header \"Set-Cookie\" or access the cookie container, but the Set-Cookie header is not available.
The cookie is in the response header, but it\'s not
Is the cookie httponly? If so, you won't be able to see it, but if you use the same CookieContainer for your second request, the request will contain the cookie, even though your program won't be able to see it.