Quote:
Originally Posted by BesoC
Thanks for answering.
What causes incompatibility in my case? Is it because the basic authentication is not allowed?
|
I can confirm that calibre does not support basic authentication. I cannot confirm that this is the root cause of your problem.
If your app cannot support digest auth then you have only a few choices:
- Set up a reverse proxy as described in this calibre FAQ answer and have it support basic auth.
- Use a different app to download the books.
- Get the app developer to add digest auth to the app.