Open
Description
Actual behaviour
Try to setup a kanboard connection with
https://http-user:[email protected]/path/to/kanboard
WIth
user: kanboard-username
password: kanboard-user-password
Login will fail. Kandroid will complain that the Kanboard Version used is smaller than 1.0.38. Altough it is 1.0.45.
As there are a lot of HTTP 401s in the apache access.log, i assume that basic auth credentials in the URL are not used / parsed.
Expected behaviour
Kandroid uses the credentials provided in the URL to pass the HTTP BASIC AUTH that our webserver requires. Uses Kanboard credentials to auth against kanboard.
Steps to reproduce
Setup a server with http basic auth on Kanboard path, like
user@host# cat .htaccess
AuthType Basic
AuthName "Restricted Content"
AuthUserFile /etc/apache2/.htpasswd
Require valid-user
Configuration
- Kandroid version: 0.54
- Android/Mod version: Different Devices, Samsung S5+ and Huawei P9 lite
- Theme (if you use one): none
- Device type, name and manufacturer: see device
- Kanboard version: 1.0.45 (updated, just for Kandroid ;))