Custom workers domains outside domain zone
Hey there, one of the products my company develops utilizes workers, however we want to use our Cloudflare account to host it. Is it possible for me to use a domain outside my Cloudflare account to serve that worker
2 Replies
I believe the only way you can do that is with CF for SaaS/Custom Hostnames: https://developers.cloudflare.com/cloudflare-for-platforms/cloudflare-for-saas/domain-support/worker-as-origin/
You get 100 Custom Hostnames for free, and you can just point your other domain to it. Can't be on apex though
Using a Worker as your origin · Cloudflare for Platforms docs
If you are building your application on Cloudflare Workers, you can use a Worker as the origin for your SaaS zone (also known as your fallback …
Thx