Hi. I'm having trouble on Android, this is when I send a httpJob to get information back to me, but the information is wrong and unrelated. What is it?
show us the "wrong information".
do u make a get or post request?
if u send a json to web api make sure u set the content type to json in http header.
make sure u use okhttputils2 and not the deprecated one.
i send data with post to php file. all my job work done but 1 of them work wrong and get back wrong data.
i use php/sql server . tb_g1 & tb_g2 & tb_g3 is my table. when i try get data from select * from tb_g1 this file showing select * from tb_city !!! showing other database table !