Open ArtyomFR opened 3 years ago
Hi,
This is no such functionality right now.
Also, since this isn't something that I need, it is unfortunately not likely to be implmenented by me. :-)
But I agree this would be a reasonable thing to have, and I will take and merge reasonable PRs.
A reasonable PR would be to pop up a dialog prompting for credentials when receiving a 401 HTTP code on loading a feed or downloading a book.
It probably be best not to persist the credentials (unless calibre already has a mechanism for this...? I've no idea if it does).
Note also that urllib and feedparser may allow the workaround listed at the start of this page (adding username and password to the URL). https://pythonhosted.org/feedparser/http-authentication.html#downloading-a-feed-protected-by-basic-authentication-the-easy-way
Feedback, adding auth details to uri does not work, unfortunately. A mechanism to check for HTTP 401 should be added.
Yes, but not something I need, so not something I will spend time on.
Hi, I wan't use this plugin with a calibre-web generated opds. My server is private and authentification must be use. Does this plugin support basic authentification from calibre-web? Thanks for your help!