-
Notifications
You must be signed in to change notification settings - Fork 25
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
Can't seem to authenticate #30
Comments
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. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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!
The text was updated successfully, but these errors were encountered: