Fetch API无法加载> Safari和Firefox> Cloudinary

时间:2019-11-25 22:52:10

标签: reactjs cors axios cloudinary

这是我的问题:即使我的前端(React.js)启用了CORS,我仍然遇到此问题,仅在Firefox和Safari浏览器上。这也可能与Cloudinary有关,该服务是我用来在线托管图像的服务。

  • Request header field User-Agent is not allowed by Access-Control-Allow-Headers.
  • Fetch API cannot load due to access control checks.
  • Failed to load resource: Request header field User-Agent is not allowed by Access-Control-Allow-Headers.B — index.js:1588

我可以看到已启用CORS,因为我能够成功看到我的请求并将其记录到终端上。为了启用CORS,我使用了https://cors-anywhere.herokuapp.com/axios

如果您想在线查看错误,请访问以下网站:http://fredbste-marie.com

感谢您的帮助,我不确定这里发生了什么事情...

enter image description here

1 个答案:

答案 0 :(得分:0)

该网站对我来说不错,问题已解决吗?检查页面仅显示  these 2 errors,尽管尝试直接浏览到URL,但图像已成功交付。另外,我可以在您的页面中看到它们。