Hi all
I use this code to get data from a url containing JSON array like this :
http://192.168.1.13:3000/cstmrlgn/{"user":"ali","pw":"sss"}
always I get error (<pre>Cannot GET /cstmrlgn/</pre> )
thanks in advance
I use this code to get data from a url containing JSON array like this :
http://192.168.1.13:3000/cstmrlgn/{"user":"ali","pw":"sss"}
B4X:
Dim chlog As HttpJob
chlog.Initialize("checklogin", Me)
chlog.download2(myurl, Array As String("MyJSON", js))
ProgressDialogShow("verifying username and password")
always I get error (<pre>Cannot GET /cstmrlgn/</pre> )
thanks in advance