Page 1 of 1

Auto Login videowall agent

PostPosted: Mon Oct 23, 2017 5:59 am
by brando16
Hi all,

I need to auto login a videowall into report screen Wall_4. Anyone have idea to auto login into report screen without insert password or login into admin interface.
We use a Xibo signage software but for show Wall_4 report screen we need to login before.

someone have idea how to?

thanks.

Any reply are appreciate.

Re: Auto Login videowall agent

PostPosted: Thu Nov 02, 2017 9:55 am
by blackbird2306
To send username and password with a URL, we use this scheme:

http://username:password@server/vicidial/realtime_report.php

or to start directly with WALL_4 :

http://username:password@server/vicidial/realtime_report.php?report_display_type=WALL_4

A few security things that you should be aware of:
1. Anybody who has this url can login to the site. You may want to update the password periodically.
2. If you use http instead of https for the url then the url will be sent unencrypted. If someone is sniffing your traffic they would be able to see the username and password in the url.

Re: Auto Login videowall agent

PostPosted: Wed Mar 14, 2018 12:30 pm
by brando16
If you need other report you can copy the link from browser and replace server with user:passw@server and then do it


thanks a lot works perfectly.