We are using Charles Proxy to redirect requests from one system to another. For example if I need to send request from A to D, I send it through B where Charles Proxy is setup.

Now is it possible to forward all requests that come to Charles Proxy in B to another Charles Proxy which is setup in C.

A (knows only about B)---> B (Charles proxy, need to auto-forward to C) ----> C (Charles Proxy)-----> D (Final Destination)

Could you please let me know how we can achieve this?

有帮助吗?

解决方案 2

There is something called External proxy setup in Charles which can do this. We just need to provide the information of external proxy to Charles and it will take care of forwarding the requests.

其他提示

In Charles, there is a feature called Port Forwarding that would help you to create such an architecture

Got to Proxy -> Port Forwarding and setup the first instance to go through the second one

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top