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