Please add suport for HTTP basic auth filling in.
532910 opened this issue · 2 comments
532910 commented
As I understand Firefox has support now:
https://bugzilla.mozilla.org/show_bug.cgi?id=1334609
https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/webRequest/onAuthRequired
erayd commented
@c-e-p-x-u-o This is already supported.
Note that in order to use basic auth, you need to open the target site directly from browserpass. This is because, while it's possible to intercept the auth request, there is no API capable of filling the auth modal popup, so we need to fill it before the popup would normally be triggered.
532910 commented
ok, sorry