Workers not receiving some requests?
I think this is going to hard to troubleshoot -- but we're seeing CloudFlare workers not receiving a number of requests.
We have a script that triggers analytics tracking to both our Nginx server as well as our CloudFlare worker.
When comparing the two with
I've confirmed that the traffic is real people (not bots), and I'm wondering if there are settings that we should look at to see what else could be blocking the requests.
I THINK that the offending traffic is coming from sandboxed browsers in apps (like the Facebook browser or TikTok browser) but I'm not sure why that would make a difference.
Another possibility is that we fire off a number of these requests right in a row (sometimes 2~4) and maybe CloudFlare is seeing them as DDOS?
We have a script that triggers analytics tracking to both our Nginx server as well as our CloudFlare worker.
When comparing the two with
wrangler tail, we have significantly less requests to our CloudFlare worker than our Nginx server, even though they're being sent at the same time, from the same script (only the domain is different a.example.com vs b.example.com)I've confirmed that the traffic is real people (not bots), and I'm wondering if there are settings that we should look at to see what else could be blocking the requests.
I THINK that the offending traffic is coming from sandboxed browsers in apps (like the Facebook browser or TikTok browser) but I'm not sure why that would make a difference.
Another possibility is that we fire off a number of these requests right in a row (sometimes 2~4) and maybe CloudFlare is seeing them as DDOS?