azura27 commented on issue #3155:
URL: https://github.com/apache/apisix/issues/3155#issuecomment-752297673
I learned this plugin for the last hour and test it, but I found it does not
meet my demand, It just change the URI, but not redirect to the new upstream.
For example:
I set a route with uri /temp.htm(B); and the other is /dev/temp.htm(A); and
I add proxy-rewrite like below:
method 1: "proxy-rewrite":{"uri":"/temp.htm"}
method 2:"proxy-rewrite":{"regex_uri":["\/dev\/(.*)$","\/$1"]}
both methods cannot get response from upstream of B;
Is this usage is right OR does this plugin support redirect of route?
Looking forwardx your response, thans again~
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]