nfrankel commented on issue #6571: URL: https://github.com/apache/apisix/issues/6571#issuecomment-1064549050
Indeed. You can use the `regex_uri` configuration parameter. In your case, its value would be something like this: ``` ["https:\/\/abc\.com\/(.*)\?id=(.*)", "https://abc.com/getuser/$2/$1"] ``` -- 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]
