Hello,
The following code does not work with android 4.4.2.
Is there a solution allowing an https request
I have read https://www.b4x.com/android/forum/threads/download-huge-files-with-httputils2.30220/
Thanks
The following code does not work with android 4.4.2.
Is there a solution allowing an https request
B4X:
Dim j As HttpJob
j.Initialize("", Me)
j.Download("https://www.google.com")
Wait For (j) JobDone(j As HttpJob)
If j.Success Then
Log(j.GetString)
End If
j.Release
I have read https://www.b4x.com/android/forum/threads/download-huge-files-with-httputils2.30220/
Thanks