App Access
Posted: Wednesday 06 May 2020 22:00
Good evening,
In the last few days i'm unable to connect to my domoticz instance via the paid android app. Apparently im no longer allowed to used basic auth and need to use the logon page. this is an issue for my current set up
even by removing the password it doesnt work anymore. could you please tell me why this doesnt work anymore?
In the last few days i'm unable to connect to my domoticz instance via the paid android app. Apparently im no longer allowed to used basic auth and need to use the logon page. this is an issue for my current set up
Code: Select all
<Location /domoticz/json.htm>
AuthType Basic
AuthName "Basic auth"
AuthBasicProvider file
AuthUserFile "/var/www/shared/psswd/passwords"
Require valid-user
</Location>
ProxyPass /domoticz/json.htm https://domoticz/json.htm
proxyPassReverse /domoticz/json.htm https://domoticz/json.htm