What's new

Android app communication with MySQL problem

MRSN

T20I Star
Joined
Oct 20, 2010
Runs
30,597
"This site requires Javascript to work please unable Javascript or use a browser with Javascript support"

Any android developer here has faced this problem when trying to retrieve data from the server?
 
It seems to be anti-bot detection some kind of security system but I have searched a lot but haven't found working solution.
 
And this is not a MySQL problem. Misleading title.

Yes You are right but the point was I just want to communicate,insert and fetch data from online database from my app and if my communication is not established I can't proceed.
 
Yes You are right but the point was I just want to communicate,insert and fetch data from online database from my app and if my communication is not established I can't proceed.

Do you see anything logged on your console? It's difficult to say anything more with the limited information.
 
Solved. Alhumdulillah:)

You just need to add cookie information from bytehost as a header to connection.

now I can sleep..:stokes
 
Back
Top