gpt4 book ai didi

angular - 随机获取 CORS 错误

转载 作者:行者123 更新时间:2023-12-05 07:40:31 31 4
gpt4 key购买 nike

我在 Google App Engine 上托管的环回 API 服务器上出现间歇性 CORS 错误。

我正在尝试确定错误在哪里,但到目前为止我很不走运。

有人遇到过吗?

对于客户端,我使用的是 Angular 2。

错误:

No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin '(MY-SITE-URL)' is therefore not allowed access. The response had HTTP status code 502.

最佳答案

新的环回系统将 CORS 与 midelware.json 分开。

您是否在该文件中使用了 CORS 选项?

中间件.development.json

"initial": {
"compression": {
},
"cors": {
"params": {
"origin": true,
"credentials": true,
"maxAge": 86400
}
}

}

也许这对你有用。

关于angular - 随机获取 CORS 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46124592/

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