'Authorization Required - Error 401 only in firefox

I made a website and put it on a local Linux server. I can access it without problem on Chrome and IE but firefox outputs this :

Authorization Required

This server could not verify that you are authorized to access the document requested. Either you supplied the wrong credentials (e.g., bad password), or your browser doesn't understand how to supply the credentials required.

Additionally, a 401 Authorization Required error was encountered while trying to use an ErrorDocument to handle the request.

I use "mod_auth_vas" on the server for single sign-on.

I tried to delete the cache and cookies...
I tried to change the configuration and set network.automatic-ntlm-auth.trusted-uris with my website local address.
I also tried without proxy configured but none of this work.

Any idea ?

Regards !



Solution 1:[1]

I solved my problem : The variable I have to edit is not "network.automatic-ntlm-auth.trusted-uris" but "network.negotiate-auth.trusted-uris".

But I'm still not sure why I got this error. I know other sites that don't require the change in the config. But I think it is because my website is not trusted because it's HTTP and not HTTPS.

Sorry for the spelling

Regards

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Elbbard