-- code for preparing the payload (jResponse) goes here ---
Dim data As Xojo.Core.MemoryBlock = Xojo.Core.TextEncoding.ASCII.ConvertTextToData(jResponse)
Dim responseSocket As New xojo.Net.HTTPSocket
responseSocket.RequestHeader("User-Agent") = "jm-paypal-verification"
responseSocket.SetRequestContent(data, "application/x-www-form-urlencoded")
responseSocket.Send("POST","https://ipnpb.sandbox.paypal.com/cgi-bin/webscr")
Exception e As runtimeException
logInfo e.reason
Return True
e.reason - is where I get the error message in the original post
Mark - We’ve been rolling out new Xojo Cloud servers with new operating system components that support this. You could look at our new locations in the store and move to one of those if you like. I’ll private message you to see if you’d like any help with that.