Tools
Practical
By Samson Tanimawo, PhD
Published Feb 4, 2026
4 min read
mitmproxy for API Debugging
mitmproxy intercepts API traffic.
Live workflow · 3 working · 1 queuedLive
Signal · gather Working
Decide · pick action Working
Apply · with verify Working
Learn · update playbook Queued
Setup
mitmproxy starts a local proxy. Configure clients to use it.
HTTPS works after installing the cert.
Inspect
See every request and response. Modify in flight if needed.
Useful for debugging client behaviour.
Careful
Don't run on production traffic. Dev tool only.
Captures sensitive data.