Open ogizanagi opened 9 years ago
Hmm... that should be handled directly by the browser. Does it work if you don't pass the user and password as part of the URL but wait for the browser to ask for it?
I can't remember now, I should give it another try. But I guess it didn't if I tried to authenticate through the URI. :/
Hi! :)
Currently, http auth Basic works by specifying the url like like this:
http://user:password@myapi.com/
.But this doesn't work with Http digest authentication.
Is this something planned ?