Configure the Reverse Proxy
The 3DDashboard needs to be able to communicate with the Asset Quality 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 Asset Quality 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, Asset Quality 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:
-
FIELD_INTERNAL_URL
: the Asset Quality Intelligence URL, including the port and/field
. For example,http://field-issue.my-company.com:10000/field-issue
-
FIELD_EXTERNAL_URL
: the Asset Quality Intelligence URL visible externally, including port, as defined by the reverse proxy configuration. For example,https://experience.my-domain.com:443/field-issue
<FIELD_EXTERNAL_URL>
/page/index
(make sure to include /index
in
the path).