I am using a discord webhook to log my data upon joining the game. It was working just fine before, but after I made changes to a GUI that has nothing to do with the webhook itself, it just breaks. The error I’m getting is “API Disabled in RCC Channel.”
Not Really, I had the same problems of the post, this morning I don’t have it anymore So either it was an Endpoints problem or a problem with the roblox site problem that had problems yesterday
Yes really, it is completely unrelated to Roblox’s endpoints, so it’s unlikely it’s affected by it. Unless you can give us some proof it is?
To prove HttpService doesn’t rely on Roblox’s endpoints, just setup a firewall and block all requests to roblox.com before you start playtesting. HttpService will work as expected, except of course if it’s trying to make requests to roblox.com directly, which is impossible without using internal api that is locked to developers.