Quantcast
Channel: Telerik Forums RSS
Viewing all articles
Browse latest Browse all 94857

Best Way to Inspect HTTP(S) APIs of Many Devices

$
0
0
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:

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

Viewing all articles
Browse latest Browse all 94857

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>