AmerDwight commented on issue #10627: URL: https://github.com/apache/apisix/issues/10627#issuecomment-1855366661
> Yeah and I thought [PAC files](https://developer.mozilla.org/en-US/docs/Web/HTTP/Proxy_servers_and_tunneling/Proxy_Auto-Configuration_PAC_file) are used to conditionally forward traffic? Hence the suggestion of traffic-split. Yes, that is one usage of `PAC`, but I would consider it to a guide to forwards requests e.g. : a request needs sending to network.B, maybe a `PAC` would help APISIX to transport the request to the right middle-proxy If the other request needs to net.C, vice versa > >I mean can we add the middle proxy info inside the APISIX >What info specifically? The info of multiple middle-proxys to different nets. ``` +-----------------+ +---------+ +-----------------+ | Network A | | | | Network B | | | | Proxy | | | | [APISIX]-----|---+---->| B1 |-------->|---[Server B1] | | ^ | | | | | | | | | | +---------+ +-----------------+ | [Request] | | +---------+ +-----------------+ | | +---->| C1 | | Network C | | | | Proxy | | | | | | |-------->|---[Server C1] | +-----------------+ +---------+ +-----------------+ ``` -- 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]
