You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/11/07 07:23:06 UTC

[GitHub] [apisix] Gallardot opened a new issue, #8260: feat: As a user, I want to enhance the custom path of Proxy-mirror plugin, so that it can be used in more scenarios

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: notifications-unsubscribe@apisix.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix] spacewander closed issue #8260: feat: As a user, I want to enhance the custom path of Proxy-mirror plugin, so that it can be used in more scenarios

Posted by GitBox <gi...@apache.org>.
spacewander closed issue #8260: feat: As a user, I want to enhance the custom path of Proxy-mirror plugin, so that it can be used in more scenarios
URL: https://github.com/apache/apisix/issues/8260


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org