Is it possible for a worker to call itself via fetch

I have an odd requirement for my worker to call itself via the fetch api, currently it returns a 403 error. Is this possible? thanks.

Service bindings allow a worker send requests to another worker. As far as I am aware, it is not possible for a worker to call itself.

Searching the forums

So if a worker was to call itself, how would it know when to stop calling itself?

Why would you need a worker to call itself in the first place?

1 Like

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