05-02-2020, 11:05 PM
(05-02-2020, 10:29 PM)Alexandre Machado Wrote: 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
Is there some where I can set to always to use not add the base URL so I do not have to change the many places in our code that uses the TerminateAndRedirect
So far I have not had to change any code when updating from 15.1.9 to 15.1.20 which enables us to revert back to 15.1.9 if other problems occur. Are there other changes to intraweb that I need to be aware of that would require code changes? Is there a list or document that details what procedures and/or intraweb functions changed beside the release notes. I did not find anywhere that the TerminateAndRedirect had a second optional parameter. Hovering over it in code only shows a single parameter.
Thank you
Bill B