Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTP Auth support #11

Closed
luckyrat opened this issue Aug 3, 2017 · 1 comment
Closed

HTTP Auth support #11

luckyrat opened this issue Aug 3, 2017 · 1 comment

Comments

@luckyrat
Copy link
Member

luckyrat commented Aug 3, 2017

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.

@luckyrat luckyrat added this to the 2.0 beta 1 milestone Aug 3, 2017
@luckyrat luckyrat modified the milestones: 2.0 alpha 4, 2.0 beta 1 Aug 14, 2017
@luckyrat luckyrat self-assigned this Aug 14, 2017
@luckyrat
Copy link
Member Author

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.

@luckyrat luckyrat removed their assignment Aug 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant