gpt4 book ai didi

wordpress - wordpress.com 服务器是否发送了错误的 header ?

转载 作者:行者123 更新时间:2023-12-03 07:52:10 24 4
gpt4 key购买 nike

我们目前遇到了所有 wordpress.com 服务器返回无效数据的大问题。这可能与服务器返回不正确的 HTTP header 有关。

使用以下 VB/ASP 代码很容易重现此错误:

Set http = Server.CreateObject("Msxml2.ServerXMLHTTP.6.0")
http.Open "GET", "http://www.wordpress.com", False
http.Send

错误消息将是:

msxml6.dll 错误“80072f78”:服务器返回无效或无法识别的响应

有什么见解吗?

最佳答案

解决方案是设置用户代理:

http.setRequestHeader "User-Agent", "Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+5.1)"

关于wordpress - wordpress.com 服务器是否发送了错误的 header ?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24649064/

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