-
Notifications
You must be signed in to change notification settings - Fork 24
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
Authentication #23
Comments
I haven't tested it, but as it is based on the xmlrpclib transport classes, it should support basic auth as is, using the Else, it would be necessary to work on the Transport and SafeTransport classes to override the creation of the HTTP(S) connection. |
I meant something like giving |
In this case, you have to handle the basic authentication in the request handler. |
(Also, just tested regular basic auth URL syntax, and the header isn’t sent properly, so I will have to look into seeing about that first) |
I haven’t had time to go through the library yet, but how hard would you estimate that it would be to add HTTP basic auth support?
The text was updated successfully, but these errors were encountered: