Die Funktionalität dieser Website ist durch Wartungsarbeiten eingeschränkt, die Ihr Erlebnis verbessern sollen. Wenn ein Artikel Ihr Problem nicht löst und Sie eine Frage stellen möchten, können Sie unsere Gemeinschaft über @FirefoxSupport auf Twitter, /r/firefox oder Reddit fragen.

Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Weitere Informationen

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

  • 2 Antworten
  • 1 hat dieses Problem
  • 1 Aufruf
  • Letzte Antwort von 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.

Geändert am von Duckmole

Alle Antworten (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