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

How do you httpGetAsync() on a Roblox website?

Asked by
pk008 15
8 years ago

I have heard it is blocked. Is there any way to get around it?

0
I heard there were some proxies, but the ones I checked seem to be unavailable or down. ZeroBits 142 — 8y

1 answer

Log in to vote
0
Answered by 8 years ago

Well, the Roblox blocks using HttpService on the main website but you can use a proxy such as this one:

http://rproxy.pw/

So just like this:

print(game:GetService("HttpService"):GetAsync("http://rproxy.pw/users/96098157/profile"))
Ad

Answer this question