Hello, for some tests, I'd like to use Fiddler to route through the corporate proxy network and, in a specific case, process requests/responses directly with mitmproxy scripts (because Fiddler Everywhere doesn't yet offer the same functionality as FC).
So I connect Fiddler to mitmproxy by setting the gateway proxy to mitmproxy listening at localhost:9090.
But it seems that Fiddler doesn't respect this setting. It always routes through the internet normally.
Even if I intentionally configure the wrong proxy port, the connection persists.
What should I do? Maybe I got wrong something??
I'm using Fiddler in Linux and already added certificates of Fiddler and mitmproxy to the system (actually i'm using the same one).