Hi,
In the view, I embedded a frame containing an HTML page generated by a service running on the machine where the SCADA services are hosted. The page is accessible at localhost:5000 and works on that machine. Unfortunately, accessing it from outside results in an error because the SCADA view tries to connect to localhost.
Okay, I know I can put a specific server address there, but the question is, is there any way to embed a page that’s only accessible on the server?