mitmproxy-java icon indicating copy to clipboard operation
mitmproxy-java copied to clipboard

Node mitmproxy modules

Open itkhanz opened this issue 8 months ago • 1 comments

I found that mitmproxy-java is based on the mitmproxy-node as stated in the repo, but mitmproxy-node has not been maintained since long and I wonder if it is a potential issue for this project.

I found another node module node-http-mitm-proxy which is also being used by the appium-interceptor-plugin for capturing and modifying the request and response data, and it seems to be updated and maintained.

Is there a dependency of this project on mitmproxy-node or it is only stated in docs for reference to the original node module which formed the basis of this project. I would like to understand your point of view and also what do you think about using node-http-mitm-proxy to re-architecture this project.

itkhanz avatar Apr 15 '25 15:04 itkhanz

This project doesn't depend on mitmproxy-node, but it copied the Python scripts that mitmproxy-node used in order to communicate with mitmproxy.

Rearchitectinng the project to use a newer dependency sounds fine to me. It seems like people are still interested in being able to run the process from Java.

Jonahss avatar Apr 25 '25 04:04 Jonahss