Comment by alexflint
19 days ago
Yeah mitmproxy is great. The main difference with httptap is that it's an HTTP proxy server, so you have to configure your program to use a proxy server. When I wrote httptap I wanted to be able to run `httptap <command>` and see the httptraces right there in standard output. There is an absolute ton of cool things that mitmproxy can do that httptap is not even close to, like interactively modifying HTTP requests and such. Very cool project.
> so you have to configure your program to use a proxy server.
That's not true for local capture mode: https://mitmproxy.org/posts/local-capture/linux/. :)