I am attempting to request a page like \"http://www.google.com/?q=random\" using the webrequest class in vb.net. we are behind a firewall, so we have to authenticate our req
loHttp.AllowAutoRedirect = true
Instead of this, you have to use
loHttp.AllowAutoRedirect = False
to avoid error the error
"TOO MANY AUTOMATIC REDIRECTION WERE ATTEMPTED"