yourgracee commented on issue #5981:
URL: https://github.com/apache/apisix/issues/5981#issuecomment-1003312386


   > according to your description, I cannot reproduce this problem.
   > 
   > 
![image](https://user-images.githubusercontent.com/8529452/147813018-119c2931-9a62-4521-ad8c-0537e9ce1d94.png)
   
   第二步配置不是正则改写,而是重定向
   {
     "uri": "/bar",
     "name": "api-redirector",
     "methods": [
       "GET",
       "POST"
     ],
     "plugins": {
       "redirect": {
         "ret_code": 301,
         "uri": "/bar/"
       }
     },
     "status": 1
   }


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to