Login at Kodi Home



I’m trying to connect to my local web server.

To test I connected via windows explorer and microsoft edge. But can’t connect via Kodi.

Here is the log:

Code:
2024-07-27 21:15:57.627 T:10412   debug <general>: CurlFile::XFILE::CCurlFile::Open - <http://192.168.1.101:8080/>
2024-07-27 21:15:57.627 T:10412   debug <general>: XCURL:Big GrinllLibCurlGlobal::easy_acquire - Created session to http://192.168.1.101

Username and Password are correct.

Here is my server log:

Code:
21:23:01.363 - INFO    : 192.168.1.100 - (anonymous) - [2024-07-27 15:23:01] "GET /" range=bytes=0-, elap=0.005sec -> 401 Not Authorized              21:23:01.418 - INFO    : 192.168.1.100 - RGX - [2024-07-27 15:23:01] "GET /" range=bytes=0-, elap=0.041sec -> 200 OK

Note: I’m using WSGIDAV on Termux on Android to host the server and get file from my SD card. And the kodi is purely vanilla.

Please, help me figure out what’s the issue here, because it’s working on other clients.