I use a socket object to access a http webservice.
But it i have to use https. Is it possible?
Best regards Lars
Possible yes, but also tricky. Even in frameworks dedicated to HTTPS it is not straightforward as you need to deal with security tokens for both server and client ends. I think the way i would start is to look at a .NET example and use that in VEE.
Possible yes, but also tricky. Even in frameworks dedicated to HTTPS it is not straightforward as you need to deal with security tokens for both server and client ends. I think the way i would start is to look at a .NET example and use that in VEE.