0
Under review

Access thorugh web browser

Adam Zanto 6 years ago in bOS Server updated 6 years ago 4

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

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.

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

+1

Hello,


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


Regards.

Thanks - now its ok.


Adam