HTTP-Get for Players, Safe or Not?

The Goal

I would like to add a gamepass for my game the allows the player to make web requests. The reason I would like to add this is because my game, it’s about programming and coding. I want to expand the features of Roblox and use them to my advantage.

But…

I’m not sure if it would be safe and if it would even be allowed? Could people requesting to certain websites get me banned??

Solutions?

I was thinking, if I added it then I would add a logging system that would scan for anything inappropriate and if it finds something bad then it would ban then from using http requests until they get unbanned.

i mean it’s possible, you would have to filter everything through internal text editor filter, but what’s the purpose for this? i feel like there’s way more technicalities of this then just easily making http requests wherever

The purpose is for the users to be able to use http requests. It could open more possibilities for my game since, they wont be limited to just luau. Yet, it could also lead to some vulnerabilities.

ofc you are just limited to just luau? making api requests doesn’t change that fact. as i said, this is possible, but you would have to filter everything & there is really no need for this (who is going to look up “fun” apis to send requests to for an hour no one cares)

It doesn’t have to be their api. And also, they could be making an app and instead of typing out all the states, they coul just use an api.