my site (fexahit.xyz) is online, but http.Fetch doesnt work on my game server. It fails with "unsuccessful" error. I do it simply like that;
http.Fetch( "http://fexahit.xyz/",
function( body, len, headers, code)
print(body)
end,
function( error )
print(error)
end
)
it just prints 'unsuccessful' on console. what might be the reason?
solved, it was my sites failure, dumb..
Sorry, you need to Log In to post a reply to this thread.