You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Saving of HTTP Auth and proxy credentials may be possible too - intercept every HTTP request, look for Authorisation header, base64 decode the value and then send it to the same or similar code to that which saves normal forms.
Possibly just add it to the same persistent data attached to the relevant tab and update the save password code to understand realms and missing form data?
The text was updated successfully, but these errors were encountered:
Intercepting HTTP requests is no longer feasible but perhaps there is still some way to enable saving after a network auth operation. If anyone has a solution they want to propose or to create a PR, please feel free.
Saving of HTTP Auth and proxy credentials may be possible too - intercept every HTTP request, look for Authorisation header, base64 decode the value and then send it to the same or similar code to that which saves normal forms.
Possibly just add it to the same persistent data attached to the relevant tab and update the save password code to understand realms and missing form data?
The text was updated successfully, but these errors were encountered: