Remix.run Logo
userbinator 4 days ago

Or CF could just do better caching, which was their original reason for existence.

yawaramin 4 days ago | parent [-]

CF is not magic, they have limits too. What's the point of serving cached copies to bots while real users experience unavailability?

userbinator 4 days ago | parent [-]

Unless they're actually dropping the connections with a RST, I wonder how much bots repeatedly hammering at their CAPTCHA pages (which is actually relatively large in comparison to many static sites) costs them, vs. just serving the actual content which could actually be smaller.

yawaramin 3 days ago | parent [-]

The captcha pages are guaranteed to be static while the upstream content could miss the cache at any time.