Open altmoola opened 1 year ago
Allow https://username:password@abs.domain.tld format urls for the server. Add the following to all http requests if a server url with basic authentication is supplied. To ensure credentials are encrypted, only allow the url if the scheme is https.
https
Authorization: Basic username:password (credentials Base64 encoded)
Authorization: Basic username:password
Related to #254
Allow https://username:password@abs.domain.tld format urls for the server. Add the following to all http requests if a server url with basic authentication is supplied. To ensure credentials are encrypted, only allow the url if the scheme is
https
.Authorization: Basic username:password
(credentials Base64 encoded)