Workers have high number of request despite not being deployed

Hello,
I’m testing workers from Cloudflare and postman. Nothing has been deployed to a website yet. I’m noticing request happening even when I’m not doing test. Workers have high number of request despite not being deployed. How do i find what IP address these request are coming from?

You can tail and see the requests come in.

You probably are getting bots hitting trying to run exploits, scrape content, etc.

You can tail and see the requests come in.

How? Where is the IP or region request is from? Cloudflare Admin > ? > ?

https://dash.cloudflare.com?to=/:account/workers/overview select your Worker → Logs → Begin log stream

1 Like

Awesome. Thank you. Does this expire or timeout? Or does it stay on until i turn it off?
These request are happening when I am not at my computer.

It has an expiration of like 6 hours. You can also setup Logpush to store logs forever in a bucket, docs: Logpush · Cloudflare Workers docs

1 Like

Is it possible to enable trace events logpush without the cli? I created and tested my worker using the GUI and postman…without installing anything extra on my machine. The docs for trace events logpush only talk about deploying with wrangler.toml. I already setup bucket. Is there a way to finish configuration to send logs to bucket without setting up cli on dev machine?

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