I built a app on Heroku in Rails, and someone wrote a bot to do a GET on my website over and over. Is there a way I can stop them from doing this?
Asked
Active
Viewed 638 times
1 Answers
0
You can do it through rack middleware. Take a look at https://github.com/kickstarter/rack-attack

Igor Kapkov
- 3,779
- 2
- 19
- 19