Is your feature request related to a problem? Please describe.
In addition to #67 we should support http-auth, as some users have additionally to the piwigo authentication a htaccess login.
Describe the solution you'd like
If the server responds with a 401 code to any request we should try to authenticate via Basic-Auth.
Describe alternatives you've considered
also supporting digest-auth doesn't seem necessary/helpful, as security anyhow can be reached only with HTTPS and there also basic-auth is secure.
Is your feature request related to a problem? Please describe. In addition to #67 we should support http-auth, as some users have additionally to the piwigo authentication a htaccess login.
Describe the solution you'd like If the server responds with a 401 code to any request we should try to authenticate via Basic-Auth.
Describe alternatives you've considered also supporting digest-auth doesn't seem necessary/helpful, as security anyhow can be reached only with HTTPS and there also basic-auth is secure.