Is it possible from a Snippets code to fetch a Worker without any route?
We doing some experiments with Snippets, and we can fetch a URL that if a worker is attached to this route will be triggered.
So currently we uses the public subdomains of workers.dev like my-worker.my-account.workers.dev but we don't want to let access to everybody on this route.
There is any solution to keep the worker only triggered from a Snippets code ?
Regards
2 Replies
No today, it would require service bindings but Snippets don't have access to any bindings
Understood, thank you Walshy for your help!