Mitmproxy url filter

EdgarY picture EdgarY · Feb 6, 2015 · Viewed 8.8k times · Source

I am using mitmproxy on Mac. I want to filter traffic by specifyc URL. The "intercept" function allows me to pause communication whenever filtered url is noticed. My question is - how can I filter traffic without pausing communication? I want it to continue to update without necessity to push "a" or "A".

Answer

Maximilian Hils picture Maximilian Hils · Feb 6, 2015

You can press f to show only flows that match your criteria.

See https://docs.mitmproxy.org/stable/concepts-filters/ for the full filter syntax.