Cloudflare Workers / Workers Routes on the CF Enterprise integration
We run WordPress sites on Cloudways with the Cloudflare Enterprise add-on enabled (Edge Page Caching on). I'd like to request support for deploying Cloudflare Workers / Workers Routes on the managed Enterprise zones.
Right now there's no way to run edge logic on these domains. The Enterprise zone is fully managed by Cloudways with no Cloudflare dashboard access, so we can't attach a Worker there. And because our DNS records point DNS-only to the Cloudways CF Enterprise endpoint, a Worker in our own Cloudflare account never enters the request path either. Net result: edge scripting is effectively unavailable to CF Enterprise customers.
Our immediate need is AI-crawler / answer-engine analytics, which relies on inspecting and forwarding bot requests at the edge. With Edge Page Caching serving whole pages from your network, those hits never reach PHP, so application-level logging can't see them.
Expose Workers / Workers Routes (even a curated subset), or a Logpush-style edge log-forwarding option, for CF Enterprise domains.
Thanks,