- Steve DeWitt
- PowerBuilder
- Wednesday, 24 February 2021 07:51 PM UTC
We are using Powerbuilder 2019 build 2082 and the deployed applications are running on windows server 2012. The restclient object sendGetRequest() is returning a -1.
This works great on windows 10 from the IDE and it also works when deployed to a windows server 2016 vm.
All of our production servers for this application are windows server 2012 and we tested it on windows server 2016.
ls_url = "https://some_url.com"
lrc_insideview.SecureProtocol = 0
li_return = lrc_insideview.SendGetRequest(ls_url, ls_json)
The code is really simple. Does this work on windows server 2012?
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.