bluewaystar commented on issue #8020:
URL: https://github.com/apache/apisix/issues/8020#issuecomment-1263000242

   > > http://127.0.0.1:9080/test/callway
   > > {
   > > "status": 404,
   > > "error": "Not Found",
   > > "message": "",
   > > "path": "/test/callway"
   > > }
   > 
   > This response appears to be a 404 returned upstream, not from APISIX.
   > 
   > You can access the upstream directly with this path.
   
   Individual access http://192.168.10.100:8866/callway No problem,it is Ok.
   
   but My intention is that the client accesses the gateway through Apisix 
http://127.0.0.1:**9080/test** And then actually proxy to the upstream 
[http://192.168.10.**100:8866/callway](http://192.168.10.%2A%2A100:8866/callway)**


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