Android Question httputlis2 post broblem

Devv

Active Member
Licensed User
Longtime User
B4X:
Dim job1 As HttpJob
job1.PostString("http://mysite.com/test.php", "App=" & search)

this code giving me java socket timeout on some devices

i tried it on more than one device and more than one network

the most of the problems happens with xperia ray , Samsung star dous plus
one these 2 devices for 80% of the time i get that error
the problem ony happens with http post not with http download

and sometimes i get connection reset by server
this is a rare issue on most of the devices


any ideas or an alternative http post method ? or alternatives to httputlis2 ?
 
Top