hoontee
(hoontee)
January 14, 2023, 8:24am
1
Reproduction Steps
Send many HttpService requests to localhost while in a Team Create.
Actual code used:
local get = HttpService:GetAsync("http://localhost:" .. getPort(), false, {Type = "Modified"})
Expected Behavior
HttpService requests to localhost shouldn’t be throttling.
Actual Behavior
Issue Area: Studio
Issue Type: Other
Impact: Moderate
Frequency: Constantly
3 Likes
commitblue
(commitblue)
January 14, 2023, 10:45am
2
This is intentional behaviour.
1 Like
Judgy_Oreo
(phoenixwhitefire)
January 14, 2023, 11:30am
3
“Roblox game server ”
Either this is a bug, or a documentation error, but it would be pretty cool if localhost didn’t have any rate limits.
Edit: @Tavikron pointed out this was in a Team Create session, which is actually run on Roblox servers. Sorry guys!
“Roblox game server ” just refers to any roblox server. The 500/m limit applies to ALL http requests
1 Like
Tavikron
(Octav)
January 14, 2023, 4:07pm
5
Judgy_Oreo:
“Roblox game server ”
AFAIK Team Create is an un-joinable live server, so if you try to repro in a place with TC off it shouldn’t happen.
1 Like
hoontee
(hoontee)
January 14, 2023, 9:59pm
6
Requests to localhost still work while in a Team Create meaning the requests originate from your own PC. They shouldn’t be rate limited.
2 Likes
Abcreator
(Abcreator)
January 15, 2023, 2:06pm
7
Where are you running these requests? If these were via an in-game script, then it is running on the team create server. The only ones that should be running on your client are plugins and possibly the command bar.
hoontee
(hoontee)
January 19, 2023, 4:06am
8
The requests come from a Studio plugin. Specifically, Lync .
Thanks for reporting! We’ll follow up when we have an update for you.
2 Likes
Hi - this is the expected behavior. HttpService requests are all firing from the server side. And such requests will be throttled. Currently there isn’t a special handling case for localhost requests.
And we agree the throttling limit should not apply to requests made from studio plugins, we are working on a fix now and will update here.
3 Likes
arxweb
(arxy)
February 18, 2026, 9:50pm
11
Any update? We would love to have higher localhost limits