0
Under review
Access thorugh web browser
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
Customer support service by UserEcho
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.
I have already tried this and similiar (i.e http://ip-address/?User=user&Password=pass) without success - login window appears.
Hello,
try adding Demo (http://<your local IP>/Demo?user=User
Regards.
Thanks - now its ok.
Adam