0
votes
How to get HttpWebRequest.AllowAutoRedirect to set the cookies when doing a GET/POST on the redrected page?
If you don't want to use a CookieContainer, the following code will access a page, providing the cookie in the parameter. Then, it will download all cookies set by that page and return them as a Li …
