Access thorugh web browser

Avatar
  • updated
  • Under review

Hi,


Can I access web interface without filling login form? I.e encode login credentials in URL or disable authentication?


I need to display visualisation on device with simple browser without keyboard or mouse.


Best regards,

Adam

Avatar
ComfortClick Support
  • Under review

Hello,


yes, you can access your visualisation using URL. First you must create a User in your configuration, then you will need to use your local IP and users to connect to the server. You can try and use url like this: 


http://<your local IP>/?user=User


And you should be able to connect to your visualisation.


Best regards.

Avatar
Adam Zanto

I have already tried this and similiar (i.e http://ip-address/?User=user&Password=pass) without success - login window appears.

Avatar
ComfortClick Support

Hello,


try adding Demo (http://<your local IP>/Demo?user=User


Regards.

Avatar
Adam Zanto

Thanks - now its ok.


Adam