you are viewing a single comment's thread
view the rest of the comments
[–] 6 points 3 months ago (2 children)

Can you automatically block any user with an unusually high rate of requests?

  • source
  • parent
  • hideshow 4 child comments
  • [–] 7 points 3 months ago (1 child)

    You could, but it's tricky to get right I feel. Most small websites use a form of bot detection for visitors to manage this. This might be a service like Cloudflare or an open source thing like Anubis for example.

    There's different ways to tackle this and it sucks we are forced into putting time and effort to deal with it.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 3 points 3 months ago

    It's hard because the requests all come from different IPs, at least on my site. 185k "unique visitors" hit my site just yesterday, half from outside of North America, which is odd because my site is pretty local.

  • source
  • parent