/
profounduiIntegrationMode

profounduiIntegrationMode

The profounduiIntegrationMode setting determines how your environment integrates with Profound UI. This setting has two valid options:

  • proxy

  • cors

Option: proxy

When set to proxy, requests to Profound UI are routed through a proxy server. This approach can simplify network configurations and avoid cross-origin restrictions.

Option: cors

When set to cors, cross-origin resource sharing (CORS) must be configured on the IBM i Apache server to allow communication with Profound UI. This ensures that web applications hosted on different origins can interact with Profound UI without encountering security restrictions.

Note: If choosing cors, ensure that the necessary CORS headers are properly set in your IBM i Apache configuration to enable seamless communication.

For further details on configuring CORS for IBM i Apache, refer to the official IBM documentation or your system administrator.

 

Example:

profounduiIntegrationMode: "proxy"

 

Click here for information on how to modify this setting.