Blacklist ips from glitch project

Ive had people send things like bots to use up the request limit. Ive tryed setting up an ip ban system in the app itsself and it still counts towards the request limit!

Hey @MKDev sorry for the bother! Indeed that will not work because we’ll block requests over the rate-limit before they even reach your app. If you’ve seen guidance that indicates that will work, please let me know where so I can correct it.

One option would be to set up CloudFront in front of your bot’s app page and block IPs that are causing problems there. If you let me know the project name I can take a look to see what things look like from this end.