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
Maybe, you can individually process for each redirection by catch up Location from response and use suitable cookies.