Closed pompompur1nn closed 4 months ago
In this case, the rate limit headers indicate that you're not being ratelimited at all. Rather the status code is showing 400: Bad Request
which means something is wrong with the request body.
Did you use the base webhook url https://discord.com/api/webhooks/{id}/{token}
instead of adding /github
to the end of it?
Forgot to do that, and thought the cookie expiry date was the ratelimit, thank you ðŸ˜ðŸ˜
Description
False 5 year ratelimit on a github server.
Steps to Reproduce
Send a github webhook request using application/json to a discord server
Expected Behavior
Sending the webhook
Current Behavior
5 year ratelimit the first ping github sends
Screenshots/Videos
Client and System Information
not relevant as this is a discord issue