bnason
Explore posts from serversCDCloudflare Developers
•Created by bnason on 10/22/2024 in #general-help
Serve url on any subdomain
I think the Origin Rule I setup is working. I have to modify my app to add a base tag in the head so that all my scripts/images are properly loaded however. All that could be done in a worker/snippet but this seems to be the easier option for now.
9 replies
CDCloudflare Developers
•Created by bnason on 10/22/2024 in #general-help
Serve url on any subdomain
Not yet. I tihink I could also accomplish this via Workers AND snippets? Is there any benefit either way?
9 replies
CDCloudflare Developers
•Created by bnason on 10/22/2024 in #general-help
Serve url on any subdomain
The only thing in front of them all is CloudFlare
9 replies
CDCloudflare Developers
•Created by bnason on 10/22/2024 in #general-help
Serve url on any subdomain
We do not have a single load balancer in front of all the subdomains. Some are hosted internally while some are hosted by our software vendoer and we don't have any control over their lbs
9 replies
CDCloudflare Developers
•Created by bnason on 10/22/2024 in #general-help
Serve url on any subdomain
Would that be an Origin Rule? With expression of
(starts_with(http.request.uri.path, "/__debug"))
and then Host Header Rewrite
, SNI Rewrite
, and DNS Record Override
pointing to foo.example.com?9 replies