AmerDwight commented on issue #10627:
URL: https://github.com/apache/apisix/issues/10627#issuecomment-1855231132

   Hmm...
   I mean I wana process the request with middle proxy between APISIX and 
upstream, not to split the traffic of requests.
   The roadmap's like:
   ```
   +-----------------+         +---------+         +-----------------+
   |    Network A    |         |         |         |    Network B    |
   |                 |         |  Proxy  |         |                 |
   |    [APISIX]-----|-------->|         |-------->|---[Server]      |
   |        ^        |         |         |         |                 |
   |        |        |         |         |         |                 |
   |    [Request]    |         |         |         |                 |
   +-----------------+         +---------+         +-----------------+
   ```
   >But is it possible to config Proxy auto-config in apisix container or add 
as Environment Variable in APISIX.
   so that APISIX could route it automatically?
     --> Actually I tried, it doesn't work. But I'm not sure if I did config 
well.
   
   And the above questions are what I wana know.
   
   >Not sure I understood the question about env var. What are you setting in 
env vars?
   
   I mean can we add the middle proxy info inside the APISIX, so let the APISIX 
could direct requests thru middle proxy?
   


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