You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A standard uri should look like this: URI = scheme:[//authority]path[?query][#fragment].
And the uri referenced in VirtualService, such as HTTPMatchRequest, HTTPRedirect is simply a path. The field uri seems be a little confusing, maybe path can be better understood.