hii!
i wanted to send data to server using poststring. i don't know where m going wrong.please can anyone help me out.
parameter1 and parameter2 are variables having some data.
the response from server i get is : parameter2 is not supplied.
what is going wrong?
i wanted to send data to server using poststring. i don't know where m going wrong.please can anyone help me out.
B4X:
job1.PostString("https://abc.com/hello", "q=¶meter1 & p=& parameter2")
job1.GetRequest.SetContentType("application/x-www-form-urlencoded")
parameter1 and parameter2 are variables having some data.
the response from server i get is : parameter2 is not supplied.
what is going wrong?