Hi everyone,
Is it possible to redirect (301) this way with istio?
example.com/v1/random-url -> example.com/v2/random-url
example.com/v1/*-> example.com/v2/*
I can only hardcode values. I wish that browser redirects to a new URL instead of rewriting.