Hi,
I have a JavaScript that the IVE 6.5 rewriter rewrites. There is the JavaScript reference to windows.location.host that got replaced with a DanaGetHost(window.location), which is the address of the target server.
Is there a way to get the SA proxy's gateway address in the JavaScript? I need to construct a new URL that looks like:
https://SA-Server/,Dana-Info=Destination-Server
Thanks.