12-17-2020 08:49 PM - edited 12-17-2020 08:50 PM
I'm using SystemLink Server To create TILE DASHBOARD.
WebVi is expected to combined in showing Location in a Map view, Camera View, and the created TILE Dashboard.
MapView and Camera View are done on different post.
Now, How to show the created TILE Dashboard from SystemLink Server (3rd party web-page which requires pre-login) in to webvi placeholder HTML container?
Looks like, will need to programmatically login before getting to Dashboard by the url, and show it to the placeholder.
Is there any example?
Solved! Go to Solution.
01-05-2021 08:03 PM - edited 01-05-2021 08:07 PM
Hi ThamS,
How to show the created TILE Dashboard from SystemLink Server (3rd party web-page which requires pre-login) in to webvi placeholder HTML container? ... Is there any example?
The example titled IFrame for WebVI is a generic example that shows how to create an iframe on a WebVI that is capable of embedding another page into it. In that example the WebVI embeds a YouTube video on the front panel of a WebVI using the Placeholder HTML Container and an IFrame.
Looks like, will need to programmatically login before getting to Dashboard by the url
Reaching into an embedded page to manipulate the username and password is generally not allowed in web browsers so this is something a WebVI cannot perform. As an example this prevents a page from embedding the website for your bank on a page and reaching in to manipulate the page.
The alternative workflow I would suggest is that you configure the WebVI to be a plugin for the NI Web Server. When configured as a plugin you can require that users login before they get access to the WebVI and related dashboards. The example SystemLink Web Interface Template describes how to configure a WebVI as a plugin for the NI Web Server.
01-06-2021 01:47 AM
01-06-2021 01:48 AM
01-28-2021 01:27 AM
01-28-2021 11:01 AM
Why do you think many web pages have stuff like "Captcha" in addition to logins? It's to stop exactly what you are doing. Check the site's TOS - these kinds of things are usually explicitly called out as something you shouldn't be doing - there may even be legal implications if caught.
01-28-2021 09:04 PM