GloryAndDream commented on issue #9258: URL: https://github.com/apache/apisix/issues/9258#issuecomment-1500376993
> ```shell > "^/(machine|pay)(/.*)", "/$2" > ``` Yes, I need to extract second part, but I tried this regexp "^/machine(/.*)", "/$2" , it worked fine, the url **http://api-test.xxx.com/machine/health** is accessible it seems the plugin can't handle with **|** -- 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]
