03-28-2019, 02:58 PM
Hi
We pass encoded, encrypted parameters to our Intraweb 15 applications, as shown below ...
When we inspect the WebApplication.RunParams, the strings are not the same as below ...
The encoding for RunParams is 'TMBCSEncoding', from (WebApplication.RunParams.Encoding.ToString).
The problem is that we do not know how to change the encoding for 'RunParams' to UTF8.
Any help would be appreciated.
Thanks, Pieter.
We pass encoded, encrypted parameters to our Intraweb 15 applications, as shown below ...
Code:
WebApplication.ReferringURL 'http://127.0.0.1:8888/$/start?0001=wr7Ct+KApsOJw4rDoMON'
When we inspect the WebApplication.RunParams, the strings are not the same as below ...
Code:
WebApplication.RunParams.ValuefromIndex[0]: 'wr7Ct KApsOJw4rDoMON'
The encoding for RunParams is 'TMBCSEncoding', from (WebApplication.RunParams.Encoding.ToString).
The problem is that we do not know how to change the encoding for 'RunParams' to UTF8.
Any help would be appreciated.
Thanks, Pieter.