Is it possible to use httpservice to get information from DevForums?

So, I am wondering if this is possible if it is it will be useful for a rule list in-game, update logs, etc. I tired with scripting it once but I failed and/or lacking some permissions.

local https = game:GetService("HttpService")
local link = "https://devforum.roblox.com/t/RANDOM-POST-INFORMATION" -- Censored out this link.
local v = https:GetAsync(link)
print(v)

I rather not to be wasting my time scripting something isn’t possible. This forum was made out of curiosity to it’s finest. (As I am typing this I am mocking random accents, sorry for that being irrelevant.) All I am wondering if it IS POSSIBLE.

Testing note; I was testing on the forum made in #bulletin-board selection.

– Side notes;

Feel free to question, comment, and/or express your feelings on what I just said and/or asked below.

Before anyone asks, I am refusing to fix any grammar mistakes. (Just because I am lazy)

If those who don’t want to type a lot of words below. Just vote below to save some time. (NOTE: All votes will be hidden. Not planning to close the vote…)

  • It is possible
  • It is NOT possible

0 voters

This is end of the messy post, and most likely the messiest post you will ever read/seen. (Opinion, no hate please…)

You cannot send HTTP Requests to Roblox-owned URLs from Roblox.

You must use proxies to do this.

1 Like

I will look into it. First time to google the word “proxies.” Alright, the first website will not be trusted. Wait, isn’t proxy servers dangerous to use.

1 Like

“Proxy” in this case is just a fancy word for “webserver”.

You can set one up on Glitch if you know how to use JavaScript (it’s free)

There’s also existing ones somewhere in #resources:community-resources

I now understand what you by proxy. I have a idea of how to do this. Hopefully… thank you for your help @iiRealistic_Dev!

1 Like