HTTP basic authentication via URL doesn't work with Firefox? -


Usually you can log in to sites that need the HTTP Basic Authentication by passing the username and password to the URL Such as:

Any idea why it will work with other browsers, but not with Firefox?

Peter

I have found it now, the problem was that FF < / P>

  http: // myusername: Myuserpassword@mydomain.com/mypath  

and

  http: // myusername: Myuserpassword@mydomain.com/mypath/  

at the end of the URL "/" note. The first URL does not work with login, it now works with the other URL.


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -