calling ui3.htm in iframe?

modit

n3wb
Joined
Dec 19, 2020
Messages
10
Reaction score
4
Location
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
 

TonyR

IPCT Contributor
Joined
Jul 15, 2014
Messages
16,797
Reaction score
39,085
Location
Alabama
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"
 

modit

n3wb
Joined
Dec 19, 2020
Messages
10
Reaction score
4
Location
india
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.
 

modit

n3wb
Joined
Dec 19, 2020
Messages
10
Reaction score
4
Location
india
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
 
Top