galadril / DomoticzForAndroid

This is a Domoticz Android app. Domoticz is a very light weight home automation system ...
http://www.domoticz.com
14 stars 7 forks source link

Support for paths in server url #199

Open mickem opened 8 years ago

mickem commented 8 years ago

The server dialog does not have anywhere to specify the path of the url.

I.e. mypath in https://myserver/mypath

RoadXY commented 8 years ago

Do you need to specify a port also? If so: how does the full path look like?

mickem commented 8 years ago

In my case it looks like this: https://myserver/mypath (replacing myserver with my full qualified domain name, and mypath with the path I have)

But the port is (implicitly) 443 as it is https so I guess you could put in: https://myserver:443/mypath if you prefer...

RoadXY commented 8 years ago

Got it, thanks.