pyexchange icon indicating copy to clipboard operation
pyexchange copied to clipboard

Added support for HTTP Basic Authentication

Open SA0TAY opened this issue 9 years ago • 2 comments

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.

SA0TAY avatar Mar 08 '16 14:03 SA0TAY

@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?

matiboy avatar Aug 06 '16 07:08 matiboy

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

SA0TAY avatar Aug 18 '16 18:08 SA0TAY