在 cluster.js 中调用方法时出错:安全策略是您必须发布才能获取 JSON
我们收到此错误:
安全策略是您必须发布才能获取 JSON
这是调用 cluster.js 中的某些函数来获取 JSON 结果。任何人都可以提示这个错误是什么以及可能的解决方案是什么?
We are getting this error:
Security policy is you must post to get JSON
This is with some function in cluster.js being called to get JSON results. Can anyone give some hint as to what this error is and what can be the possible solution?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
似乎您必须执行 XHR POST 才能检索结果。
Seems you must do an XHR POST to retrieve the results.