SSL/TLS-capable man-in-the-middle proxy for HTTP and Websockets
mitmproxy is an SSL/TLS-capable man-in-the-middle proxy for HTTP/1, HTTP/2 and Websockets. It provides a console interface that allows traffic flows to be inspected and edited on the fly. mitmdump is the command-line version of mitmproxy, with the same functionality but without the user interface. Think tcpdump for HTTP.
mitmproxy is an SSL/TLS-capable man-in-the-middle proxy for HTTP/1, HTTP/2 and Websockets. It provides a console interface that allows traffic flows to be inspected and edited on the fly. mitmdump is the command-line version of mitmproxy, with the same functionality but without the user interface. Think tcpdump for HTTP.
To install py311-mitmproxy, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py311-mitmproxy
To see what files were installed by py311-mitmproxy, run:
port contents py311-mitmproxy
To later upgrade py311-mitmproxy, run:
sudo port selfupdate && sudo port upgrade py311-mitmproxy
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.