wodingyang opened a new issue, #7542:
URL: https://github.com/apache/apisix/issues/7542
### Description
There are many regex-based routing rule configurations in my project, as
follows:
location ~* ^/co_(.*)/product_([0-9a-zA-Z-]+)_([a-z]+).html {
if ( $uaType = "mobile") {
proxy_pass http://xxx;
}
proxy_pass http://yyy;
}
I can't replace the original rules with libradixtree based rules.
Is there any plan to provide regular-based routing matching rules, or
provide related plug-ins?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]