Making crossdomain ajax requests with addons for Firefox

后端 未结 1 334
日久生厌
日久生厌 2021-01-26 01:02

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 tr

相关标签:
1条回答
  • 2021-01-26 01:23

    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

    0 讨论(0)
提交回复
热议问题