Reverse proxy request logging with mitmproxy

To inspect requests, you can use https://www.mitmproxy.org/ in reverse proxy mode. Just change the server address in your client to the mitm address, e. g. localhost:8080. All requests will be logged and forwarded to localhost:3000:

mitmweb --mode reverse:http://localhost:3000