从 http 请求到 Cloudflare 托管网站的 403
Posted
技术标签:
【中文标题】从 http 请求到 Cloudflare 托管网站的 403【英文标题】:403 from a http request to a Cloudflare hosted website 【发布时间】:2021-05-31 12:34:36 【问题描述】:我使用 axios 解析一个网站,我得到这个错误:
错误:请求失败,状态码 403
我尝试设置自定义用户代理,但没有成功
module.exports.get_output = function (url)
axios(
method: 'get',
url: url,
headers: User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_1) AppleWebKit/537.36 (Khtml, like Gecko) Chrome/88.0.4324.192 Safari/537.36'
)
.then(function (res)
console.log(res)
)
我知道这是一个 Cloudflare 网站,但我找不到绕过它的方法 - 大多数建议建议伪装成浏览器,但我也尝试过。
【问题讨论】:
【参考方案1】:默认情况下,Cloudflare 对 API 不友好,我通过在 Cloudflare Dashboard 中禁用“浏览器完整性检查”解决了这个问题。
相关讨论:https://community.cloudflare.com/t/api-403-after-enabling-cloudflare/108078/6
【讨论】:
以上是关于从 http 请求到 Cloudflare 托管网站的 403的主要内容,如果未能解决你的问题,请参考以下文章
text 解决Cloudflare无效HTTP标头问题的卷曲请求