Sending GET requests to my website "suspends" my account...?

Status
Not open for further replies.

caftpx10

Well-Known Member
Messages
1,534
Reaction score
114
Points
63
It seems to work on my end using the example provided. Have you tried clearing your cache?
 

distanc7

New Member
Messages
4
Reaction score
0
Points
1
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 reason,my website only returns the said HTML code. I had to move from 00webhost due to them constantly crashing.
 

distanc7

New Member
Messages
4
Reaction score
0
Points
1
It works just fine in my web browser,it's when sending a GET request from the game engine that the issue comes up.
 
Status
Not open for further replies.
Top