Hello
I´m trying to use the example provided at https://github.com/mitmproxy/mitmproxy/blob/master/examples/simple/wsgi_flask_app.py
But i´m not able to make it work
My idea is to use this as the starting point to mock server enpoint responses
but dont know how to run the provided example
I mean, i´m running it with the -s parameter for mitmdump and mitmproxy but with no result,
when going to the example.com domain shows the original page
i have configured the proxy at the system level and i have checked that if there is no running one of the mentioned commands there is no navigation… so yes the proxy is correctly configured
what i´m missing?
thanks