I'm trying it on the game engine I am developing with. 00webhost didn't have this issue when executing the following code in the engine:
return HttpService:GetAsync("http://distancestudios.x10host.com/API/hash.php?String="..StringToHash.."&Algorithm="..Algorithm)
(It's LUA.)
But for some...
Hello. Whenever I send an HTTP GET request to http://distancestudios.x10host.com/API/hash.php ,it doesn't return the string displayed by the PHP script.
Instead,the website returns this HTML code (attached as a TXT file):
Why does this keep happening...?