使用 Firefox 插件发出跨域 ajax 请求
我对如何在 Firefox 插件中发出跨域 ajax 请求感到有点困惑。 LastPass 和 Xmarks 等插件建议你可以做到这一点,但是当我尝试用 google 搜索你是如何做到这一点时,每个人似乎都说你不能,除非用户在 Firefox 的设置中设置了首选项。如果跨域不可能,那么 Xmarks、LastPass 和其他插件如何处理与其各自服务器的通信?
I'm a bit confused about how you can or cannot make crossdomain ajax requests in addons for Firefox. Addons such as LastPass and Xmarks suggest you can do it, however when I try to google how you do it, everyone seem to say you cannot, unless the user has set a preference in the settings of Firefox. If crossdomain isn't possible, then how do Xmarks, LastPass and other addons handle the communication with theirs respective servers?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您绝对可以在 Firefox 附加组件中创建跨域
XMLHttpRequest
。这里有一个参考: https://developer.mozilla.org/en/Extension_Frequently_Asked_Questions#I_cannot_initiate_an_XMLHttpRequest_from_my_extension
You most definitely can make cross-domain
XMLHttpRequest
s in Firefox add-ons.There's a reference to it here: https://developer.mozilla.org/en/Extension_Frequently_Asked_Questions#I_cannot_initiate_an_XMLHttpRequest_from_my_extension