0

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?

kidcapital
  • 5,064
  • 9
  • 46
  • 68

1 Answers1

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