I am having a strange little issue. I created an action that send the user to another Web Screen within the eSpace when its work is done. It uses a piece of JavaScript to direct to the new location, and the location includes the hostname. The problem is, the hostname is not the hostname that I need it to be. It is the correct hostname that the site was called with, but because the Platform Server is behind a reverse proxy, I need the hostname to either be relative, or I need it to be drawn from the hostname setting for the Platform Server. Because the script contents are in the script tag's value (as opposed to an attribute), the IIS URL Rewrite module is unable to edit the contents as needed. I am certainly willing to try a workaround, but I want one that is elegant and does not need manual intervention as my server topology changes (ie: not simply creating an external site link for the internal Web Screen and pointing the workflow there). Any help would be much appreciated, thanks! J.Ja