[GitHub] [apisix] yourgracee edited a comment on issue #5981: request help: 剪除路径后被再次路由

2021-12-30 Thread GitBox
yourgracee edited a comment on issue #5981: URL: https://github.com/apache/apisix/issues/5981#issuecomment-1003296100 > please provide specific cases and steps to reproduce. 1.配置一条/foo/bar 改写为 /foo的路由正则改写("regex_uri": ["^/foo/(.*)","/$1"]),绑定后端A服务 2.配置一条为/bar的路径重定向到其他路径,绑定后端B服务

[GitHub] [apisix] yourgracee edited a comment on issue #5981: request help: 剪除路径后被再次路由

2021-12-30 Thread GitBox
yourgracee edited a comment on issue #5981: URL: https://github.com/apache/apisix/issues/5981#issuecomment-1003296100 > please provide specific cases and steps to reproduce. 1.配置一条/foo/bar 改写为 /foo的路由正则改写("regex_uri": ["^/foo/(.*)","/$1"]),绑定后端A服务 2.配置一条为/foo的路径重定向到其他路径,绑定后端B服务

[GitHub] [apisix] yourgracee edited a comment on issue #5981: request help: 剪除路径后被再次路由

2021-12-30 Thread GitBox
yourgracee edited a comment on issue #5981: URL: https://github.com/apache/apisix/issues/5981#issuecomment-1003295141 1.配置一条/foo/bar 改写为 /foo的路由正则改写,绑定后端A服务 2.配置一条为/foo的路径重定向到其他路径,绑定后端B服务 3.访问/foo/bar 4.本应该跳转到A服务,结果跳转到B服务 -- This is an automated message from the Apache Git