Hi, need your help, i am work with iHttpUtils2 but can´t send data way job.download i need send : http://192.168.4.1/$$YY%&
but the error for ever is ResponseError: unsupported URL, status code: 0
<code>
Sub Enviar_dato( env As String)
Dim job As HttpJob
Dim en As String
Dim Query As String
Query= "H"
en="http://192.168.4.1/"&env 'http://192.168.4.1/$$YY%&
job.Initialize("job_iniciar", Me)
job.Download(en)
End Sub
</code>
In Android(B4A) I also got the same error and I could solve it by including in Manifiest CreateResourceFromFile (Macro, Core.NetworkClearText)
Does anyone know how I can fix it for B4I?
Thanksss
Bye
but the error for ever is ResponseError: unsupported URL, status code: 0
<code>
Sub Enviar_dato( env As String)
Dim job As HttpJob
Dim en As String
Dim Query As String
Query= "H"
en="http://192.168.4.1/"&env 'http://192.168.4.1/$$YY%&
job.Initialize("job_iniciar", Me)
job.Download(en)
End Sub
</code>
In Android(B4A) I also got the same error and I could solve it by including in Manifiest CreateResourceFromFile (Macro, Core.NetworkClearText)
Does anyone know how I can fix it for B4I?
Thanksss
Bye