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

Add support for HTTP authentication #1

Open
lllama opened this issue Jul 19, 2013 · 2 comments
Open

Add support for HTTP authentication #1

lllama opened this issue Jul 19, 2013 · 2 comments

Comments

@lllama
Copy link

lllama commented Jul 19, 2013

Our wiki uses HTTP Basic Authentication, so it would be useful if the Wiki constructor could take a HttpBasicAuthenticator, or a username/password pair, as an optional argument.

@lllama
Copy link
Author

lllama commented Jul 19, 2013

I've had a look at how to implement this myself, and it seems that I would have to pass in the HTTP Basic authenticator to the wiki class. This would then get passed on to the wiki info class, which the downloader class could then access when performing its REST API calls. The problem I'm having is modifying the signature of the wiki class's constructor. I'm guessing this is due to it being auto-generated somewhere.

@AndersHogqvist
Copy link

This would be a most appreciated feature!

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

No branches or pull requests

2 participants