Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Http Turst Check failed umm okay?

Asked by 6 years ago

SCRIPT:

local httpservice = game:GetService("HttpService")
local url = "https://www.roblox.com/home"
local finsihed = httpservice:GetAsync(httpservice:UrlEncode(url) , true)



print(finsihed)

Dosen't work i enabled the http at the options button

(The place is not published is that the problem?)

0
You cannot send HTTP requests to Roblox itself. http://wiki.roblox.com/index.php?title=API:Class/HttpService Mayk728 855 — 6y
0
They probably don't want you to DDoS ROBLOX in ROBLOX, that would be funny if someone did though. hiimgoodpack 2009 — 6y

1 answer

Log in to vote
0
Answered by
iRexBot 147
6 years ago

HTTP requests cannot be sent to Roblox. If you're testing if HTTP service is enabled try using google.com The reason you cannot make HTTP requests to Roblox as security issues can form and Roblox doesn't want to be DDOSed by there own engine they made.

Ad

Answer this question