“too many automatic redirections were attempted” error message when using a httpWebRequest in .NET

后端 未结 4 1563
不思量自难忘°
不思量自难忘° 2021-01-01 14:52

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

4条回答
  •  遥遥无期
    2021-01-01 15:42

    Maybe, you can individually process for each redirection by catch up Location from response and use suitable cookies.

提交回复
热议问题