这是我的问题:即使我的前端(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
感谢您的帮助,我不确定这里发生了什么事情...