Note: Only in Test Server
When using the FilterStringForPlayerAsync method in a test server, an HTTP 403 error is thrown (“HTTP 403 (HTTP/1.1 403 Forbidden)”). For testing purposes, this is kinda irritating. Or perhaps there’s a reason for it being forbidden in test server? Clearly this isn’t any crazy bug or anything, but I feel like it’s an unintended behavior.
Quick repro:
- Start Test Server instance with 1 or more player
- Input into command bar:
game:GetService("Chat"):FilterStringForPlayerAsync("test", game.Players.Player1)
- Run code & view error in output