Gallardot opened a new issue, #8260: URL: https://github.com/apache/apisix/issues/8260
### Description ref: https://github.com/apache/apisix/issues/5305 Under the current implementation, if `path` is set, the original request url will be replaced. We hope to add a `prefix` mode to adapt to more business scenarios. for example: Traffic under different domain names enters the unified traffic mirroring service and is differentiated by path ``` hostA/* -> Proxy-mirror -> mirroringService:8080/A/* hostB/foo/* -> Proxy-mirror -> mirroringService:8080/B/foo/* ``` -- 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]
