Connecting to PhP/MySQL works on localhost but not online

Using this tutorial I created a javascript/PhP/MySQL system that works when locally hosted with Xampp. Unfortunately it does not work when hosted to bytehost. The PhP file seems to be able to interact with the database fine, since any editing of the database credentials spits out an error but keeping them correct does not.

This is the PhP URL I’m trying to connect to: http://fluxstudios.byethost33.com/check_scores.php

I’d post code snippets, but it should be very similar to the tutorial.

Does anyone know why this wouldn’t work?

Edit: WWW.url ERROR:This site requires Javascript to work, please enable Javascript in your browser or use a browser with Javascript support - Questions & Answers - Unity Discussions

So, it’s this same problem. It has to do with the host. Does anyone know a host without this issue?

Thanks.

Not sure it is your problem, but look into crossdomain.xml … you might need to provide such a file on the endpoint where you host the server you are trying to connect to from Unity.

Already tried that. Unfortunately it looks like the host is blocking Unity’s requests.

Any chance you know of a host that won’t do that?