Discord webhook not working (HTTP 403 Error)

The webhook requests have been blocked since the first of the month and have not been un-blocked since. You may have webhooks because you’re using a proxy, or if you are in studio they should work because Roblox Studio uses yours (the clients) IP but if you play the game it will not work because the webhook requests IP has been blocked by Cloudflare. Even new webhooks will not go through and if you type “Discord webhook” in topics you will see that it is indeed universal.

1 Like

I have an old webhook, that still works. But im transferring discord servers, which obviously requires a new webhook. The new ones dont work. This sucks because I used it to let people send feedback to me on what I should add to my game.

Strange since I created one not too long ago and my webhook works just fine.

I’m having this game issue, except it works fine in studio, but in game returns an error HTTP 403 forbidden.

Discord has blocked requests from Roblox due to abuse of their API and people not respecting ratelimits.

Ah, well that puts a damper on things. I’ll have to find another way around it then.

You can host your own proxy but if you do, I recommend that you make sure to respect their ratelimits and not abuse it.

Well it was gonna be used for an application centre, so there would hardly be a request a day. I think discord should implement a rate limit themselves, so that webhooks aren’t flooded.

They do have a ratelimit system but people sending requests from Roblox were not using the response status to see and wait for the ratelimit cooldown to end if they got ratelimited.

If you end up creating a proxy, I recommend this resource.