I’m getting an error event in a URL connection. All I’m seeing is ErrorNumber 5023.
I can’t find where error codes are listed in the documentation and a google search only came up with MS SQL Sever related issues.
in AuthenticationRequested I am only supplying a name (not password) as is required by the system I’m connecting to.
On Mac the realm is populated and on windows it isn’t
I’m doing a SendSync and it all works great on Mac.
On windows I get the error raised with a http status of 401.
What’s really odd though is I also get ContentReceived firing (on windows) with the correct response and even there the HTTP Status is 401.
I believe everything is working fine on Linux too - I only know because I was using these calls from XojoCloud.
To me this sounds like a Xojo bug, but maybe there is something else that Windows requires me to set to handle the certificates right - I just don’t know what.