Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document behavior and limits of calling fetch() to another Worker #24

Closed
davidtsong opened this issue Aug 26, 2020 · 1 comment
Closed
Assignees
Labels
documentation Documentation edits product:workers Related to Workers product

Comments

@davidtsong
Copy link
Contributor

"I couldn't find this in the docs currently.

We should document the behavior and limitations of making a fetch() call to a URL that matches a route that runs a Worker.

If the fetch URL is on the same zone as the original request, the request will go to the origin, and will not be handled by any other Worker.
If the fetch URL is on a different zone, the request will be handled by the Worker matching the route." cloudflare/workers-docs#858

@davidtsong davidtsong changed the title ocument behavior and limits of calling fetch() to another Worker Document behavior and limits of calling fetch() to another Worker Aug 26, 2020
@rita3ko rita3ko transferred this issue from cloudflare/cloudflare-docs-engine Oct 1, 2020
@rita3ko rita3ko added the product:workers Related to Workers product label Oct 1, 2020
@KimJ15 KimJ15 added this to the Pages and Workers milestone Apr 8, 2021
@KimJ15 KimJ15 added the documentation Documentation edits label Apr 21, 2021
@kristianfreeman
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Documentation edits product:workers Related to Workers product
Projects
None yet
Development

No branches or pull requests

5 participants