When publishing an application, you can also embed an external webpage in the end user interface. For this webpage, a separate item in the navigation bar of the end user interface will display.
Add an external webpage
- Create a module that only contains a Redirect Result.
- Select Custom URL for the Redirect Result to redirect to the external webpage.
- Include this module in the published application (see how to do it here).
In the published application, the website will be displayed within the end user interface and can be used as expected, unless the webpage has conflicting security settings (see limitations below).
Known limitations
- Websites that set a x-frame-options: SAMEORIGIN header cannot be displayed due to their security settings.