How to load content from a web page into a client web server using iframe
As part of the final implementation phase of a client before go-live, the need arose to load content into an iframe. The page to be loaded in the iframe is hosted on the client's intranet with an address of the following style: http://10.10.224.125:8080/web/index.html. Exploring options, I see that a VPN could be implemented with advanced networking. I want to know what considerations should be taken into account considering that the site in AEM must remain publicly accessible and uses external web services, and the need for the VPN is only to load that private page in the iframe.
Specific questions:
* Is VPN the best solution for this case?
* What impact would the VPN have on the public accessibility of the site in AEM?
* How can the VPN be configured to only be used to load the private page in the iframe?
* Is there any other solution that can be considered?
Thanks in advance for any help you could provide us.