calling ui3.htm in iframe?

modit

n3wb
Dec 19, 2020
10
4
india
Hi, i am trying to call ui3.htm into an iframe , which works well. Issue is, it is asking for username and password.

Is there any option thru which i can call the ui3.htm with the username and password in querystring.

Thank you
 
Not sure of the risks, but you could:
  • In BI settings => "Web server" => "Advanced", uncheck "Use secure session keys and login page".
  • Then use URL such as "http://BI-server-IP:BI-port?user=yourusername&pw=yourpassword"
 
Not sure of the risks, but you could:
  • In BI settings => "Web server" => "Advanced", uncheck "Use secure session keys and login page".
  • Then use URL such as "http://BI-server-IP:BI-port?user=yourusername&pw=yourpassword"

Thank you , working for me.

BTW, does the above have anything to do with your desire to look at 200 cameras? ==>> Multiple instance into single ui3.htm

Yes, we got to know that we cannot add more than 64 cameras in single server so need to figure out how to add more cameras and configure to access them thru a single panel.
 
Yes, we got to know that we cannot add more than 64 cameras in single server so need to figure out how to add more cameras and configure to access them thru a single panel.
Keep us informed and if and when resolved, please share with us! :cool:
 
  • Like
Reactions: SouthernYankee
I have created a database to store all the cameras with their group name, with different server IPs , will call them at runtime in Iframe with server Ip port and group name
 
  • Like
Reactions: TonyR