Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.
Public Dashboard Auto login Issue
-
To whom it may concern,
We are having trouble with the provided autologin script.
We tried implementing it the way ORU did at http://205.143.136.105/oru-public/index.htm :
However, that did not work.
We also tried copying over the code from autologin.js directly into our javascript on the page, but that did not work either.
When we try to access our public dashboard at :8080/public-dashboards/index.shtm, we are still sent to the login page. :8080/login.htm.
We appreciate any help you can provide.
Thanks in advance. -
Mango security filters are based on the URL extension:
.shtm (Secure HTML behind Mango's login control)
.htm (Non secure HTML that anyone can access)By making your extension .shtm you are asking Mango to restrict access to only its users.