gpt4 book ai didi

.net downloadstring(url) 突然返回503错误

转载 作者:行者123 更新时间:2023-12-05 01:30:34 25 4
gpt4 key购买 nike

我有一个简单的功能可以从特定页面的以下代码中抓取突然出现 503 错误的网页:

try
{
WebClient client = new WebClient();
client.Proxy = null;
string webhtml = client.DownloadString(strURL);
client.Dispose();
return (webhtml);
}

当我在 IE 或 FF 中输入该 url 时,该 url 有效,但当此代码运行时它返回错误。其他网址工作正常。我猜测来自 .net 的 http 请求与来自任一浏览器的 http 请求有些不同。有没有什么方法可以更好地模拟基于浏览器的 http 请求?

谢谢。

最佳答案

从该站点找到了我正在寻找的 http header 。非常有用。

http://www.ericgiguere.com/tools/http-header-viewer.html

关于.net downloadstring(url) 突然返回503错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6501509/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com