LINQ-to-Wiki icon indicating copy to clipboard operation
LINQ-to-Wiki copied to clipboard

Add support for HTTP authentication

Open lllama opened this issue 11 years ago • 2 comments

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 avatar Jul 19 '13 07:07 lllama

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.

lllama avatar Jul 19 '13 10:07 lllama

This would be a most appreciated feature!

AndersHogqvist avatar Feb 15 '16 17:02 AndersHogqvist