To make this work, you need to:
- Change type from
Static
toDynamic
(Static
is for literal URL targets) - Use a function to perform wildcard expansion in the redirect target URL: Functions reference · Cloudflare Ruleset Engine docs
- If you want to match on any
property
value, then you need to changecontains
operator towildcard
; otherwise,contains
will interpret*
literally
This process will become much easier and more intuitive once simplified URL with wildcard support is released for Single Redirects in the upcoming days.