使用 Firefox 插件发出跨域 ajax 请求

发布于 2024-09-15 02:36:03 字数 187 浏览 5 评论 0原文

我对如何在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

_失温 2024-09-22 02:36:03

您绝对可以在 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 XMLHttpRequests 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文