How or where should i change the hc.initialize to intializeacceptall?
B4X:
Sub ExecuteRemoteQuery(Query As String, JobName As String)
Dim job As HttpJob
job.Initialize(JobName, Me)
job.PostString("http://www.xxxxx.nl/xxxx.php", Query)
End Sub
There are several versioned components that affect the compilation process and the runtime behavior of our apps. The purpose of this tutorial is to explain the differences between them and help you choose which version to use. Each Android version is mapped to an api level. You can see this...
Why is disabling SSL's security the first answer to issues with SSL? Have you tried updating the security provider on the phone? If the server is under your control, why not get a valid SSL certificate (if that is the issue)?
Hello, This is our scenario : We have a Ms Dynamics NAV server with a lot of Navision Web Services published in enterprise intranet, all these web services needs ntlm authentication to work. We have a IIS server that publish these web services with ntlm authentication, this part isolate...