Retrieve credentials with HTTP Basic Auth option added#343
Conversation
|
Sorry, I'm a bit confused. In my version of the Firefox browser plugin (version 1.5.1, dated September 28th), I can each time select which password to use to fill the HTTP Auth. But it's a long list and includes other credentials that should be used on a form on the site, and not for HTTP Auth. Is there no way to define which credentials should be used for HTTP Auth (hence removing all others from that list)? |
|
@PhilippVerpoort It's not possible at this point. Maybe in the future because we will roll a separate Browser Integration page for the entries. |
|
+1 on showing only entries with |
|
@kmichailg With KeePassXC 2.7.0 you can set a whole group of credentials to HTTP Basic Auth only if you wish. |
When retrieving credentials from HTTP Basic Auth dialogs, an additional option is added to the request. KeePassXC side handles the permissions for HTTP Basic Auth separetely. If an older KeePassXC version is used, this extra parameter has no affect.
Related KeePassXC PR: keepassxreboot/keepassxc#2542
Fixes #273.
Fixes #342.
This requires KeePassXC 2.4.0 so merging this will have to wait.