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
Gonna leave this issue at filling only since that's the 99% use-case. Would be good to get saving working one day too but I've opened #15 for that since it's not likely to relate to any of the code that went into this issue.
Filling via https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/WebRequest/onAuthRequired
Saving 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.
The text was updated successfully, but these errors were encountered: