View Single Post
Old 01-20-2019, 05:38 AM   #2
Frenzie
Wizard
Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.
 
Posts: 1,619
Karma: 724945
Join Date: Oct 2014
Location: Antwerp
Device: Kobo Aura H2O
Authentication seems to have been implemented in https://github.com/koreader/koreader/pull/1637

400 means bad request.

Authentication required would be indicated by the server with 401.



You could try adding a section to your settings file with something like the following. Careful, create a backup first!
Code:
    authentications["hostname-or-ip"] = {
        username = "enter-username-here",
        password = "enter-password-here",
    }
If that works then the server is broken.
Frenzie is offline   Reply With Quote