izayoi-akira commented on issue #4638:
URL: https://github.com/apache/apisix/issues/4638#issuecomment-885344799
The problem has already been settled with update apisix2.6
serverB route definitions all similar to above:
```
{
"uri": "/serv.routeName/1.0",
"name": "",
"desc": "xxx",
"plugins": {
"proxy-rewrite": {
"headers": {
"Open-Request": "true",
"X-Original-URI": "/serv.routeName/1.0"
},
"uri": "/api/common/cust/routeName"
}
},
"upstream_id": "00000000000000XXXXXX",
"status": 1
}
```
/api/common/cust/xxxxx => /serv.xxxxx/1.0
--
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]