MaiSR9527 opened a new issue, #5341: URL: https://github.com/apache/shenyu/issues/5341
### Question **Shenyu version 2.6.0** I need rewriting request uri in shenyu gateway, but I found rewrite plugin just add rewrite_uri in exchange attribute. Why? example: a fake path is `/open/backend/api/aa`, using rewrite plugin rewrite path to `/backend/api/aa`. But when come in divide plugin using `/open/backend/api/aa` to match selector and rule, I need use `/backend/api/aa` to match selector and rule in divide plugin. I found that writing this way can solve my problem. Can I do it like this in rewrite plugin?  -- 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]
