Is it possible to route URLs ending in `/data/` to a worker, i.e. `https://example.com/*/data/`?

We want to do some custom processing on URLs which end in /data/within a worker.

e.g.
POST https://example.com/foo/data/
POST https://example.com/foo/bar/data/
etc.
Was this page helpful?