Login automatically to the Web Client

Hi there,

I want to be to log into the Web Client without being asked to enter credentials. I’m not an expert in HTML but I managed to create a html file with the code below, then I run my html file and automatically gets into a specific site without asking for credentials. Unfortunately this method is not working to access to the XProtect Web Client; it still takes me to the index.html page to enter my credentials.

<input type=hidden name=Username value="myUserName">

<input type=hidden name=Password value="myPassword">

I would appreciate your feedback. I know there must be better ways to do what I’m trying to do. I also tried adding a camera view as an iframe but no success yet. I already changed key=“X-Frame-Options” to ALLOW.

Thanks,

Oscar

The Milestone Web Client is not open for integration and is not possible to avoid the user login.

An alternative approach is to develop a web client of your own. The Mobile Server protocol sample in the MIP SDK could be a first look on this task.