Forum Moderators: open
have attempted to block them through cloudflare which dont seem to be workingThis is where we will need details. *Exactly* what have you tried, and what if anything is the result? (I don't personally speak cloudflare, but plenty of others do, so be specific.)
some free services at our site that are limited by hits, before they are not free anymoreDoes it go by total requests, or only by successful requests? In some cases, blocking a request doesn't really save your server much work, unless the pages themselves are quite hefty. I'm assuming your robots, like most, are only requesting pages, no supporting files--or at least, no images.
how to configure a complete range?Well, that would depend on Cloudflare. Do they recognize IPv4 blocks in the form 162.121.128.0/19, or wider ranges in the form 172.252 ? (i.e. the same format you would use in your htaccess / config / IIS equivalent.)
All of this action has just about doubled my normal bandwidth usage for the today!As a rough-and-dirty metric, I can estimate traffic by the overall size of an Apache log file. For my main site it used to run about 1MB daily; lately it’s been 2 or 3, up to 4. And about half the total log size used to be 403-or-similar (418, 429, 400 ... gosh, what a lot of ways to send a bad request); lately it's more like 2/3 or 3/4. Which does mean I'm succeeding in blocking a decent proportion of them, but how I wish they'd go away.
Header append X-FRAME-OPTIONS "deny" to prevent others from using Iframe to show your content. Why do I need proxies:
Proxies are a necessity for any bot or tool when scraping or trying to purchase something from a website. Proxies allow you to run more tasks, decrease the odds of being banned, and have a faster connection to most websites.
What is an ISP Proxy?
This is the highest quality Residential proxies leased from Internet Service Providers (ISP) in various countries that you can purchase. This plan works great on eCommerce websites with bot protection such as Shoppy, Walmart, Target, Best Buy, Amazon, and more.
What is a ISP Premium Proxy?
This is the highest quality Residential proxies leased from US Internet Service Providers (ISP). This plan works great on Google related and key social media websites allowing for unblocked access from US Residential IP addresses.
What is an Datacenter Proxy?
Oculus Data Center Proxies is a shared DC plan which comes at a very affordable cost. This product's main purpose is for web scraping.
How are you blocking residential proxies?
I was starting to see a lot of hits from Occulus / 40.233 at the end of June. They all seemed to have this UA:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36
You cannot rely on a UA to identify them.On the other hand, the older a humanoid UA, the likelier it is to be a robot. When did you last meet a human using MSIE 6? But it's very much a ymmv situation, since some sites by their nature have an unusual number of users with elderly equipment (reservation schools is one textbook example).
Blocked all of China... Didn't want to do it, we had active users there... But it was impossible to support that volume on our hosting plan, & it just felt like a new challenge every day.Happily, most Chinese robots don't think to change their language header, so that knocks out most of them before having to resort to IP. (And, doubly happily, most of China's CIDR ranges are exceedingly wide.)
[edited by: shawnb61 at 5:38 pm (utc) on Jul 22, 2026]