Description
ref: #5305 #6506
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/*
Description
ref: #5305 #6506
Under the current implementation, if
pathis set, the original request url will be replaced. We hope to add aprefixmode to adapt to more business scenarios.for example:
Traffic under different domain names enters the unified traffic mirroring service and is differentiated by path