WinHttp 收到 404 文件未找到

发布于 2024-07-11 01:58:45 字数 130 浏览 7 评论 0原文

我正在使用 WinHttp 抓取网页,结果页面是该网站的 404 文件未找到页面。 我知道该代码可以工作,因为我已经在其他网站上对其进行了测试。 该页面是一个普通的 http 协议和 .html 文件。

我能做些什么?

I am grabbing a webpage with WinHttp and the resulting page is the site's 404 file not found page. I know that the code works as I have tested it with other websites. The page in question is a normal http protocol and .html file.

What can I do?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

烏雲後面有陽光 2024-07-18 01:58:45

你没有付出太多来继续下去。 我可能会从 WinHttp 调用中跟踪 HTTP 会话开始,并将其与基于浏览器的工作会话中的跟踪进行比较,看看有什么不同。 可以是任何内容,从 cookie 到 referer 字段,再到服务器可能不喜欢的“谁知道什么”。

You don't give a whole lot to go on. I'd probably start with a trace of the HTTP session from your WinHttp calls and compare it with a trace from a working browser-based session and see what's different. Could be anything from a cookie to a referer field to who-knows-what that the server might not like.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文