gpt4 book ai didi

python - 请求在浏览器中工作正常,但在 python 中为 403

转载 作者:行者123 更新时间:2023-12-04 13:49:45 25 4
gpt4 key购买 nike

我在 Python 中使用 Requests 库。在浏览器中,我的 URL 加载正常。在 Python 中,它会抛出 403。

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>403 Forbidden</title>
</head><body>
<h1>Forbidden</h1>
<p>You don't have permission to access /admin/license.php on this server.</p>
<p>Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.</p>
</body></html>

这是我自己的网站,我知道它没有任何机器人保护。我制作了我正在加载的 PHP 文件,它只是一个简单的数据库查询。在站点的根目录中,我有一个带有默认设置的 WordPress 站点。但是,我不确定这是否相关。

我的代码:
import requests
url = "myprivateurl.com"
r = requests.get(url)
print r.text

有没有人有任何猜测为什么它会通过 Python 而不是通过浏览器抛出 403?

非常感谢。

最佳答案

联系我的网络主机并将票升级到级别 2 支持后,他们禁用了 mod_security,现在可以正常工作了。不确定这是否是件坏事,但解决了它。

关于python - 请求在浏览器中工作正常,但在 python 中为 403,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23190351/

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