我在我的网站上使用了CometChat,最近我的用户在收到消息时遇到了这个问题。在FireBug中进行检查后,我意识到这一点必须是因为脚本失败导致CORS保护(由于以下错误))。
原文链接:https://www.f2er.com/ajax/160290.htmlCross-Origin Request Blocked: The Same Origin Policy disallows reading
the remote resource at
07000…
This can be fixed by moving the resource to the same domain or
enabling CORS.
现在我想知道我应该在哪里启用CORS,因为它在我自己的服务器上启用,并且我无法访问CometChat服务器。