|
|
|
|
|
by solid_fuel
430 days ago
|
|
Well, if they rework things so that requests all originate from the same IP address or a small set of addresses, then regular IP-based rate limits should work fine right? The point is just to stop what is effectively a DDoS because of shitty web crawlers, not to stop the crawling entirely. |
|
I'm not sure. IP-based rate limits have a well-known issue with shared public IPs for example. Technically they are also more resource-intensive than cryptographic approaches too (but I don't think that's not a big issue in IPv4).