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

Added support for HTTP Basic Authentication #65

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Added support for HTTP Basic Authentication #65

wants to merge 1 commit into from

Conversation

SA0TAY
Copy link

@SA0TAY SA0TAY commented Mar 8, 2016

Not elegant – a fair few lines of duplicated code – but a more elegant solution would require some restructuring. This'll support HTTP Basic Authentication until such a restructuring is undertaken.

@matiboy
Copy link

matiboy commented Aug 6, 2016

@konaya Thanks for that, was going nuts over 401 from office365.
I really needed this as well as my own PR so I merged your PR into my repo and revamped (removed repeated code):

Is it correct to assume that the only difference is to set the password_manager to Basic Auth instead of NTLM?

@SA0TAY
Copy link
Author

SA0TAY commented Aug 18, 2016

@matiboy Yeah, pretty much. I no longer have the ability to give it a try, but it looks good. Certainly better than mine :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants