Configure the Reverse Proxy
The 3DDashboard needs to be able to communicate with the Change Intelligence back-end. As this involves secured and cross-domain communications, we recommend using a reverse proxy to address these requirements and, in addition, mask the actual location of Change Intelligence to end users.
The reverse proxy must be accessible by the 3DDashboard through an HTTPS endpoint. This means the 3DDashboard must trust the SSL certificate used by the reverse proxy.
For complete interoperability, Change Intelligence and the 3DDashboard must be both on the same virtual host.
This procedure shows an example with the Apache httpd reverse proxy and uses the following variables:
-
CHANGE_INTERNAL_URL
: the Change Intelligence URL, including the port and/change
. For example,http://change.my-company.com:10000/change
-
CHANGE_EXTERNAL_URL
: the Change Intelligence URL visible externally, including port, as defined by the reverse proxy configuration. For example,https://experience.my-domain.com:443/change
<CHANGE_EXTERNAL_URL>
/page/index
(make sure to include /index
in
the path).