Domanda

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?

È stato utile?

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

Altri suggerimenti

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top