03-25-2021, 11:55 PM
(03-25-2021, 12:33 PM)Jose Nilton Pace Wrote: Hi Jackson. When you Bind information manually, you need to enter the complete url:
aHttpBindings.Add('http://app.bobskeywords.com:80/bkw/');
And if you use https, do the same:
aHttpsBindings.Add('https://app.bobskeywords.com:443/bkw/');
Thanks for the tip... you really need to add the full URL, including the port number.
https://docs.microsoft.com/en-us/windows...ix-strings

