I have created a script that modifies some requests/responses which can be used with mitmproxy by running
mitmproxy -s script.py
This works perfectly but I was wondering if you could:
- disable the logging of request/responses (in memory I guess?)
- disable the TUI
as I only need my script to modify requests/responses and don’t need to manually inspect them,