Interesting, thanks for sharing these instructions.
Fiddler itself should work similarly to mitmproxy for this scenario, with the caveat that to get HTTPS interception working you need to instruct Fiddler to start a new secure listener on a different port (e.g. 8889).
The more challenging bit is this script you write:
I don't know how you'd do the equivalent of that on Windows, although I'm sure there's some mechanism to do something similar.
Regards,
Eric Lawrence
Telerik
Fiddler itself should work similarly to mitmproxy for this scenario, with the caveat that to get HTTPS interception working you need to instruct Fiddler to start a new secure listener on a different port (e.g. 8889).
The more challenging bit is this script you write:
echo 'rdr on en0 inet proto tcp to any port 80 -> 127.0.0.1 port 8080' > pf.conf
echo 'rdr on en0 inet proto tcp to any port 443 -> 127.0.0.1 port 8080' >> pf.conf
I don't know how you'd do the equivalent of that on Windows, although I'm sure there's some mechanism to do something similar.
Regards,
Eric Lawrence
Telerik
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items