Is it possible to use a wildcard and/or path parameter when adding path specific routing rules to a WAF rule?
For example, I would like to have my default rule `/` route to one server, and something like
`/my/route/*/xyz`
or
`/my/route/{id}/xyz`
route to a different server.
Thanks,
David
This thread was automatically locked due to age.