Search code examples
proxyfiddlermitmproxy

how to send traffic from mitmproxy to another proxy server


I have a need to redirect mitmproxy to another proxy server. Let say an example.

Browser -> mitmproxy -> fiddler

Browser proxy was set to 8089 mitmproxy is running on 8089 fiddler listening on 8090 now how can i do proxy forward mitmproxy using -F

i tried mitmproxy -p 8089 -F localhost:8090, but the output was unrecognised argument -F

Any help ?

Thanks


Solution

  • You can specify an upstream proxy using -U (which was previously called -F).