- Contents
Interaction Web Tools Technical Reference
Use Relative URLs
By default, Interaction Web Tools prepends URLs for Web Tools functionality with http://server:port/ using the server information set in config.js. You can change this default behavior by setting the UrlsAreRelative parameter to true.
Using relative URLs instead allows the reverse proxies to be set up somewhere other than I3Root/Server1 and I3Root/Server2.
To use relative URLs, add the following parameter to the setInteractionWebToolsParams function in index.html:
urlsAreRelative
: true

