Hello
I'm trying to use the inet/internetresult objects and the PostURL function. Everything works fine if I use GetURL, or if I try to use PostURL.
However if I use PostURL with a "HTTPS" it fails with a -5 (Unsupported secure (HTTPS) connection attempted). This is because I cannot specify the security protocol of TLS1.0 in my PostURL function.
Question: Is there a workaround for this in PB12.5?
I saw an article by Bruce regarding new option for OAuth to set the AccessToken. Is this the only option to migrate to higher version of PB?
https://www.brucearmstrong.org/2018/08/powerbuilder-2017-r3-new-feature-oauth.html
I have tried to use MSXML object. It works fine for a single call, but it fails when we do a bulk operation. (batch)
Any help on this?