Вопрос

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