I have an EP6 server on the internet. I want to add a URL iview to access an internal application through this URL iview. This works as long as the user is on the intranet, as soon as they try to access the iview from home, it breaks.
I tried using server-side fetch, but that only works on the first page of the application, as the links still point to the internal server. Is there a way to use portal to act as a reverse proxy and make these applications available to users outside of our intranet?