https://bugs.kde.org/show_bug.cgi?id=436372
--- Comment #2 from Olivier Churlaud ---
Debugging let me know that no authentication header is sent.
With debugging qDebug() I found that my login and password are correct.
I don't understand the logic to the authenticationHeader() method to debug
https://bugs.kde.org/show_bug.cgi?id=436372
--- Comment #1 from Olivier Churlaud ---
I tested manually with this command:
curl -v -X PROPFIND -H "Content-Type: application/xml" -u $USER
https://$HOSTNAME/remote.php/dav/principals/users/$USER/
(password being given with the prompt)
and it retur