Cloudflare Workers Request Count
Just a general question regarding the CF workers request count. I created a new worker in the dashboard and it returns a simple JSON object, i grabbed the worker URL and tested it a few times with the aim of checking out the latency which is very impressive by the way. If I make a request only once with the URL, say in Postman, does that count as a single request? I ask because I have hit more than 100 requests which I know I didn't hit, and the number increases if I check in a few hours. Please assist in how it works š
4 Replies
Some of the requests may be random bots
I see, are there ways to mitigate this?
Add some WAF Rules
That requires a custom domain
Cool thank you for that !