Redirect keeping query string

Hi,

Is it possible to redirect a request with Istio Virtual Services keeping query parameters?

Example:

From : foo.com.br/api?a=b
To: bar.com.br/v1?a=b

Thanks.

Hi @rafa1
see this. istio supprt redirect.

May this help you.

@rafa1 were you able to figure out a method to get this to work?
I can get a redirect to the external url but the query parameters aren’t persisted in the response.