Re: TeraScript-Talk: WiTango 5.5 @URL to consume api

2017-04-28 Thread Steve Kevill
Robert, Thanks for the help I will try your suggestions and see what I can get to work. I may have more questions if I need to try to set up the free edition on the same server as 5.5 I will update the list with what I get working just in case it can help anyone else Thanks Steve On Fri, Apr

RE: TeraScript-Talk: WiTango 5.5 @URL to consume api

2017-04-28 Thread Robert Shubert
It’s likely that the API you are connecting to has disabled SSL (in favor of TLS). Witango 5.5 won’t use TLS due to the calls it makes to the OS. You have a few options: Don’t use SSL (if the API supports it) Use a COM object like the WinHttpRequest 5.1 (This may not work on older OSes)

TeraScript-Talk: WiTango 5.5 @URL to consume api

2017-04-28 Thread Steve Kevill
Hi All, I hope this is ok to post this for the old version of WiTango. I have several old applications running on 5.5 still, unfortunately upgrading is not an option right now. I am trying to consume an api call using the @url tag and am having trouble. I have seen some posts where people got