Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Mozilla Support में खोजें

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Basic Authentication not working on firefox 46.0.1

  • 1 प्रत्युत्तर दें
  • 2
  • 5 views
  • के द्वारा अंतिम प्रतियुतर 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"} })

All Replies (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.