目前,一些云服务提供商如Vercel和Cloudflare都提供运行在v8隔离环境中的边缘函数计算,但在使用fetch api时,有时会出现403个错误,而在使用节点环境时则不存在这样的问题。
示例:
跑
curl https://steamcommunity.com/openid/login?openid.mode=check_authentication或者把nodejs接进来
ns:http://specs.openid.net/auth/2.0
is_valid:false但是将Cloudflare工作者或Vercel边缘函数取进来将得到403个禁忌。
发布于 2022-08-10 14:14:06
https://stackoverflow.com/questions/73302970
复制相似问题