mitmproxy/examples
Will Monge a863f529ab
Example: manipulate http cookies (#5278)
* added example on how to manipulate (outbound and inbound) cookies for http flows

* added entry to the CHANGELOG
2022-04-22 12:40:23 +02:00
..
addons pyupgrade --keep-runtime-typing --py38-plus 2022-03-29 15:29:37 +02:00
contrib Example: manipulate http cookies (#5278) 2022-04-22 12:40:23 +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.