I need some information from a website that\'s not mine, in order to get this information I need to login to the website to gather the information, this happens through a HT
As an addition to dlambin answer It is necessary to have
http.AllowAutoRedirect=false;
Otherwise
HttpWebResponse httpResponse = http.GetResponse() as HttpWebResponse;
It will make another request to initial url and you won't be able to retrieve url2.