Earlier quoted context omitted.
You could just, like, not make a website that takes several seconds to handle each request. I let bots hit Gitea 2-3 times per second on a $10/month VPS, and the only actual problem was that it doesn't seem to ever delete zip snapshots, filling up the disk when enough snapshot links are clicked. So I disabled that feature by setting the snapshots folder read-only. There were no other problems. I mention Gitea because…
Sure, I’ve been doing that since the 90s. I still pay for hardware and egress, and it turns out that everything has limits for the amount of traffic it can handle which bots can easily saturate. I’ve had sites which were mostly Varnish serving cached content at wire speed go down because they saturated the upstream.
Web Bot Auth
71–77 of 77 posts
Re: Web Bot Auth
#72Re: Web Bot Auth
#73Earlier quoted context omitted.
Sure, I’ve been doing that since the 90s. I still pay for hardware and egress, and it turns out that everything has limits for the amount of traffic it can handle which bots can easily saturate. I’ve had sites which were mostly Varnish serving cached content at wire speed go down because they saturated the upstream.
I hope 2-3 requests per second is not that limit, or you're fucked.
Re: Web Bot Auth
#74Earlier quoted context omitted.
Sure, I’ve been doing that since the 90s. I still pay for hardware and egress, and it turns out that everything has limits for the amount of traffic it can handle which bots can easily saturate. I’ve had sites which were mostly Varnish serving cached content at wire speed go down because they saturated the upstream.
I hope 2-3 requests per second is not that limit, or you're fucked.
The alternative, of course, is to set up a caching system server-side (like Redis), which most people who set up their WordPress blog don't have the first idea how to do in a secure way.
Re: Web Bot Auth
#75>3. Register your bot and key directory Register with CF is the specific part I object to. Of all of the numerous hazards here centralizing the registration with CF is most clearly problematic . This part of the spec could have easily been an additional header linking to key data.
Cloudflare is doing this registration as part of their "verified" program, which gives special treatment to bots/agents who go through the process. That's a Cloudflare-specific feature, not part of the spec.
Re: Web Bot Auth
#76>3. Register your bot and key directory Register with CF is the specific part I object to. Of all of the numerous hazards here centralizing the registration with CF is most clearly problematic . This part of the spec could have easily been an additional header linking to key data.
Good news - this part of the spec is literally an additional header linking to key data: https://datatracker.ietf.org/doc/html/draft-meunier-http-mes... . Cloudflare is doing this registration as part of their "verified" program, which gives special treatment to bots/agents who go through the process. That's a Cloudflare-specific feature, not part of the spec.
Re: Web Bot Auth
#77Cloudflare is playing both sides: grok.com is served by Cloudflare.