What path to pass to fetch to fetch from bound service/worker
Hey, I am trying to figure out what path to pass to the bound worker in my
fetch
request. Is there some internal domain name resolution? Usecase is a pages function calling a worker that it has declared in it's wrangler.toml.1 Reply
you mean
http://foobar/my-fn
would work?
does CF internally turn this into a JS call to the worker?
ok 🤷♂️ thanks