node-http-mitm-proxy
node-http-mitm-proxy copied to clipboard
HTTP Man In The Middle (MITM) Proxy
I don't need the logs printed by proxy by default standard, since I have to print something else on my own. Is there any way to disable the default logs?...
This addresses the issue in #296. Connecting to `0.0.0.0` only works on Linux, it results in `PROXY_TO_PROXY_SOCKET_ERROR on : Error: connect ECONNREFUSED` errors on MacOS and Windows. There's some discussion...
Hi, is there a configuration i should use when using this behind corporate proxy?
I really want a way of managing certificates: 1. Allow providing your own root CA. 2. Expose functions for generating a root CA via the API, without creating a proxy....
ERR_HTTP_TRAILER_INVALID
### Description - In some cases, the users want to inspect the request body before sending it to the real server, similar to [issue 187](https://github.com/joeferner/node-http-mitm-proxy/issues/187#issuecomment-1500880755) - With [this implementation](https://github.com/joeferner/node-http-mitm-proxy/blob/310a3bc8918b07b9c7dbdb345e358f8be2a74044/lib/proxy.ts#L1093), the...
https://github.com/joeferner/node-http-mitm-proxy/blob/310a3bc8918b07b9c7dbdb345e358f8be2a74044/lib/proxy.ts#L677 ``` ... https server started for www.google.com on 54724 https server started for www.google.com on 54726 ... ``` With concurrent requests to `www.google.com` this semaphore is but the asynchronous...
I'm attempting to intercept data from WebSocket, but the data appears to be unreadable (it's a buffer). When I attempt to use `toString()`, I receive something like `���mlL��` and the...
I install node-http-mitm-proxy in a node project, paste the example code to file index.js, and run the file. Then I open browser and type www.google.com. But I cannot see log...
I am not getting any logs after using the example code and importing pem that got generated to trusted CA. I changed windows proxy to 8081(as per example) and started...