Last I heard, you should be able to, the docs say so, but you can't unless you remove the miminimal_

Last I heard, you should be able to, the docs say so, but you can't unless you remove the miminimal_subrequests flag, ex: https://github.com/cloudflare/workerd/issues/787#issuecomment-1597396851
Service Bindings may be a better fit unless you really need the same-zone fetch: https://developers.cloudflare.com/workers/configuration/bindings/about-service-bindings/
They don't go over the internet, same isolate, so generally faster, and you can pass special properties over the request.cf property
Service bindings are an API that facilitate Worker-to-Worker communication via explicit bindings defined in your configuration.
GitHub
Which Cloudflare product(s) does this pertain to? Workers/Other What version of Wrangler are you using? 2.9.0 What operating system are you using? Mac Describe the Bug Same zone worker <-> wo...
Was this page helpful?