leon1509 edited a comment on issue #1796:
URL: 
https://github.com/apache/apisix-dashboard/issues/1796#issuecomment-827236843


   The requirement is actually very simple, that is, the path in the route is 
set to "/foo/*", how should I call it?
   需求其实非常简单,就是路由里的路径设置为“/foo/*”,我应该如何调用?
   
   The status quo is:
   现在情况是:
   
   Route path: /foo/*           --->       /foo/api//user/get --->  http status 
is 404
   Route path:   /*                  --->      /api/user/get          --->  
http status is 200
   
   Did I describe it clearly?
   不知道我描述清楚了嘛?
   
   I just want to know what url is called if it is set to “/foo/*”? If you use 
/foo/api/user/get, it will report 404.
   我只想知道设置为“/foo/*”,调用的url是什么?因为用/foo/api/user/get报404。


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