搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

Basic Authentication not working on firefox 46.0.1

  • 1 回覆
  • 2 有這個問題
  • 5 次檢視
  • 最近回覆由 Paul

more options

Hello, I'm using firefox 46.0.1 for my javascript application. I have wrote a AJAX logout function, which is using BASIC Authentication for logout my application. But it will not allow to logout completely, after refresh the page it allow user enter into application. But the same code works on firefox 45.0.2 and all the other browsers.

Can you please help me, how to resolve this. I want to pass wrong credentials to logout.

Below is my code:

$.ajax({

               type: "GET",
               url: EndPoints.Index,
               async: false,
               username: "advanced",
               password: "xxxxxxxxxxx",
               headers: {"Authorization": "Basic authentication"}
           })
Hello, I'm using firefox 46.0.1 for my javascript application. I have wrote a AJAX logout function, which is using BASIC Authentication for logout my application. But it will not allow to logout completely, after refresh the page it allow user enter into application. But the same code works on firefox 45.0.2 and all the other browsers. Can you please help me, how to resolve this. I want to pass wrong credentials to logout. Below is my code: $.ajax({ type: "GET", url: EndPoints.Index, async: false, username: "advanced", password: "xxxxxxxxxxx", headers: {"Authorization": "Basic authentication"} })

所有回覆 (1)

more options

Hi

For web development and programming support, I recommend that you ask in Stack Overflow.

The experts there should be able to help with this issue.