spacewander commented on issue #3155:
URL: https://github.com/apache/apisix/issues/3155#issuecomment-752301759


   > 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;
   
   Why not set the same upstream for route A & B?


----------------------------------------------------------------
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]


Reply via email to