akandea
CDCloudflare Developers
•Created by akandea on 6/7/2023 in #workers-help
Attaching custom hostname to worker
Sorry if i didn't make this clear but I can't bind in this case due to them being separate services.
We do make use of bindings but in the case where you're hosting a worker behind a domain, we don't want all other services to know that it is being hosted on a worker in order to make a call to it.
16 replies
CDCloudflare Developers
•Created by akandea on 6/7/2023 in #workers-help
Attaching custom hostname to worker
The reason why I can't use routes is because I can't have these workers service bound, but I worker to worker calls are blocked when on routes - they aren't blocked on custom domains however
16 replies
CDCloudflare Developers
•Created by akandea on 6/7/2023 in #workers-help
Attaching custom hostname to worker
Say I have control of 4 domains and I want to deploy a worker to any one of these domains - is there anything I can do architecturally to allow this
16 replies
CDCloudflare Developers
•Created by akandea on 6/7/2023 in #workers-help
Attaching custom hostname to worker
Do you know if theres any way to deploy a worker to multiple domains?
Is there any scope for cloudflare to allow custom hostnames on workers? Seems like a valid user journey as you have to prove ownership of domain when you do custom hostnames, so if you've proved you own it I think you should be able to attach a worker to it
16 replies
CDCloudflare Developers
•Created by akandea on 6/7/2023 in #workers-help
Attaching custom hostname to worker
Custom hostnames doesn't seem to be the issue here, its pointing that hostname at a worker that seems to be lacking flexibility
16 replies
CDCloudflare Developers
•Created by akandea on 6/7/2023 in #workers-help
Attaching custom hostname to worker
I have successfully done this by putting a route on worker - however due to the limitations of routes I would like to be able to do this without routes, ie something similar to custom domains.
16 replies