I need to make a POST request using .Net.
I can authenticate by GET, and so I’m trying to make a POST request on the same connection to keep my authentication.
Any idea how the authentication is managed on the other end? IE. If it sets a cookie, then you need to make sure you account for that, see this page, and specifically this note:
Note
For security reasons, cookies are disabled by default. If you want to use cookies, use the CookieContainer property to enable cookies.