ENTRY
[ESC]5mo ago•101 words•1 save
CHROME DEV TOOLS IN THE TERMINAL (Network Tab)
Ever wished you could see the Network Traffic from your browser in your terminal?
Check out Mitmproxy
Here's an inadequate setup guide:
- Install mitmproxy
- Run it!
- Pick a browser you don't care about (I used a Firefox variant) and point at the proxy: 127.0.0.1 port 8080
- Visit: http://mitm.it in your chosen browser
- Install the certificate
- Update the browser's proxy settings to include HTTPS (you may have done that in step 3, that's fine too).
Now browse away. All requests should pop up in your terminal. Amazing!!!
0 replies
Join the conversation