【发布时间】:2013-09-13 10:31:39
【问题描述】:
我正在将 qooxdoo 3.0.1 用于 Web 应用程序。 在当前状态下,该应用程序在 google chrome 中运行良好,但在 iceweasel 17 和 firefox 23 中运行良好
当我使用 qx.bom.request.Xhr() 发送 xhr 时出现问题 在控制台中我收到以下消息
异常...“失败”nsresult:“0x80004005 (NS_ERROR_FAILURE)”
位置:“JS框架::http://localhost:8000/qooxdoo/framework/source/class/qx/bom/request/Xhr.js::
.members.send :: line 387" 数据:无]
在 Firefox 中,我禁用了安全浏览和严格的来源策略,因为请求不是在同一台服务器中发出的,我什至尝试在 Firefox 中使用 Force CORS 插件但没有结果。
有什么建议吗?
【问题讨论】:
标签: javascript ajax firefox qooxdoo