Jump to content

Recommended Posts

Posted

I've setup free website with heliohost.org. Though the website works well from browser, it is not working from android apk through 'HttpURLConnection'

 

Actually the page that updates mysql database is not working. I want to know that this free hosting allow us to connect mysql from android apk ?

 

 

 

Posted

What is the error message? And to answer your question more directly: no, android apps are not blocked in any way from accessing our servers.

Posted

Yes, Android apps are not blocked, It's working now.

 

Actually I was using a php with html & jquery stuff for some test purpose and was not worked. The target script was called from $(document).ready() event and $_GET parameter was passed to.

 

I've changed the code and use pure php script that directly connected to mysql database and insert records from $_GET para and it works.

 

Thanks

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...