Rerouting traffic based on Response Header and Body information

Hi Istio Community,

I would like to ask if the Istio Service Mash also provides the capability to reroute the response to another microservice based on the Header and the Body information of the response. I could find specific “response” tags to remove e.g. header information.

Can I also use the “response” tag like for example:

headers:
response:
match: XXXX
route:
- destination:
host: YYYYY

Thanks in advanced!

I’m also interested in this feature. Is there a way to achieve this currently?