mitmproxy-java
mitmproxy-java copied to clipboard
A bridge between Python's mitmproxy and Java programs. Built on top of mitmproxy-node
Problem on Windows 11, python version 3.12 Encounter the following error: ```[Thread-18] INFO io.appium.mitmproxy.MitmproxyJava - Error logged during startup, exiting... [Thread-18] INFO io.appium.mitmproxy.MitmproxyJava - [13:12:32.253] Loading script C:\Users\Horia\AppData\Local\Temp\mitmproxy-python-plugin1517772022857169551.py [Thread-18] INFO...
When I look at https://mvnrepository.com/artifact/io.appium/mitmproxy-java the latest version is 2.0.1, but I see the current version in the readme is 2.0.2
I am using below configuration. 1. Installed MITM certificate on my emulator. 2. Installed MITM proxy, websocket and other related dependecy as mentioned in appiumPro [article](https://appiumpro.com/editions/65-capturing-network-traffic-in-java-with-appium) Part of code dealing...
Bumps [websockets](https://github.com/aaugustin/websockets) from 6.0.0 to 9.1. Changelog Sourced from websockets's changelog. 9.1 ... May 27, 2021 .. note:: **Version 9.1 fixes a security issue introduced in version 8.0.** Version 8.0...
Is is possible to modify the request and response? If yes could you please share the sample code