hi all
i m using this code to access a php file on a local server.
the problem is that occasionally i dont get any response from server ... and its completely random ... and just by repeating the same code i receive a normal response .. in fact i receive the normal response most of the time ..
and when it hapens the server logs show no requests
is there any ways to predict/prevent/debug that?
i m using this code to access a php file on a local server.
B4X:
Dim findfno2 As HttpJob
findfno2.Initialize("GlobalFind2", Me)
findfno2.PostString("http://" & ServerIP & "/persons/x1-prepared2.php", "action=GlobalFind2&UniqueID=" & SurrogateKey )
the problem is that occasionally i dont get any response from server ... and its completely random ... and just by repeating the same code i receive a normal response .. in fact i receive the normal response most of the time ..
and when it hapens the server logs show no requests
is there any ways to predict/prevent/debug that?