For Workers & Pages, what is the name of the domain?
What is the issue or error you’re encountering
I have a few questions regarding Workers: 1. Can I deploy a Cloudflare Worker in a specific location (e.g., Ohio) and allow users from anywhere in the world to communicate with it? 2. Can I run two simple, non-web applications on two separate Workers in different locations and enable them to communicate with each other?
In short, Workers can invoke at the Cloudflare data centre where the request is received (usually close to the user), or one close to the back-end for sub requests (by selecting Smart Placement), but you can’t choose a specific location.
Thanks for the response.
I also wanted to ask — does Cloudflare provide any service that might be useful in my scenario? I want to run my applications on two different machines in different locations, and I want them to communicate with each other using a cross-connect method.