05-02-2020, 10:29 PM
If you are redirecting to the same site, use the overloded version of TerminateAndRedirect and it should work:
-> TerminateAndRedirect('http://somesite/someWebApp.dll?params', False)
The second parameter will avoid that base URL is added to that URL
-> TerminateAndRedirect('http://somesite/someWebApp.dll?params', False)
The second parameter will avoid that base URL is added to that URL

