Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Докладніше

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

Temporary WebExtension: after login firefox account. Got "Network request failed"

  • 2 відповіді
  • 1 має цю проблему
  • 1 перегляд
  • Остання відповідь від Duckmole

more options

I am writing a WebExtension to communicate with a server using XMLHttpRequest.

I load this WebExtension temporarily by about:debugging. It works well if I do not login into my Firefox account. It can get data from the server.

But after logining into my account, it returns "xmlhttp.status: 0"  "Network request failed" immediately when I trying to do the same thing.

I removed all other add-ons and WebExtensions, But still I have this problem. I have to refresh firefox to make my extension work again.

Any suggestions will be appreciated.

I am writing a WebExtension to communicate with a server using XMLHttpRequest. I load this WebExtension temporarily by about:debugging. It works well if I do not login into my Firefox account. It can get data from the server. But after logining into my account, it returns "xmlhttp.status: 0" "Network request failed" immediately when I trying to do the same thing. I removed all other add-ons and WebExtensions, But still I have this problem. I have to refresh firefox to make my extension work again. Any suggestions will be appreciated.

Змінено Duckmole

Усі відповіді (2)

more options

Hi

I recommend that you ask about this on the add-ons community forum at https://discourse.mozilla.org/c/add-ons/35. The team there should be able to help.

more options

Seburo said

Hi I recommend that you ask about this on the add-ons community forum at https://discourse.mozilla.org/c/add-ons/35. The team there should be able to help.

thanks a lot. i will try