Piwigo / Piwigo-Android

Piwigo Native Android App
GNU General Public License v3.0
140 stars 43 forks source link

support HTTP-Auth #156

Closed ramack closed 5 years ago

ramack commented 5 years ago

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.

ramack commented 5 years ago

duplicate of #94