mitmproxy/examples
m4ci3k2 c0f25e0470
Make HAR files compatible with Firefox DevTools (#5666)
Firefox Developer Tools reject to load HAR files that do not have
`har.log.pages` element (see
<https://bugzilla.mozilla.org/show_bug.cgi?id=1691240>). Adding a
placeholder entry fixes it.

Co-authored-by: Maciej Zielenkiewicz <maciej.zielenkiewicz@connectpoint.pl>
2022-10-21 01:54:07 +02:00
..
addons Update options-simple.py (#5600) 2022-09-21 16:39:21 +02:00
contrib Make HAR files compatible with Firefox DevTools (#5666) 2022-10-21 01:54:07 +02:00
keys.yaml typo 2018-05-27 19:40:26 +03:00
README.md Improve Markdown syntax(styling) (#4496) 2021-03-11 19:13:02 +01:00

Mitmproxy Examples

Mitmproxy has a powerful scripting API that allows you to control almost any aspect of traffic being proxied. In fact, much of mitmproxys own core functionality is implemented using the exact same API (see mitmproxy/addons).

⚠️ If you are browsing this on GitHub, make sure to select the git tag matching your mitmproxy version.