example.com/*.example.com/events/* are sent to a third party analytics endpoint.starts_with(http.request.uri.path, "/events/" then rewrite to dynamic regex_replace(raw.http.request.uri.path, "^/events/", "/")starts_with(raw.http.request.uri.path, "/event-ingest/") then rewrite host and DNS to events.example.com.events.example.com proxied by CF to analytics-provider.comanalytics-provider.com, seemingly because the Transform Rule is converting the path to example.com/* which is covered by the worker route. I tried setting a worker route of "no worker" at example.com/events/*, but this didn't help.