Workers request filling up even when 403

For Workers & Pages, what is the name of the domain?

ddos.hacknomatrix.workers.dev

What is the issue or error you’re encountering

hello so , i made a worker to see if the requests that are being sent other than 200 will add up in the dashboard 100k limit. it seems that even requests which are 403 is being add up in the workers limit, why is that?

Because every invocation uses compute which costs Cloudflare money. You could make a Worker do a bunch of intensive stuff or just stay around for an hour then return a 403, that should 100% incur a cost.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.