A Versatile HTTP and HTTPS Proxy Tool with URL Rewriting and Data Storage
Summary of my bookmarked Github repositories from Aug 12th, 2014
Github repositories
- horaci/node-mitm-proxy
node-mitm-proxy is a tool for creating HTTP and HTTPS proxies that allow the interception of requests, URL rewriting, and data storage on disk. It provides flexible proxy settings, such as the proxy port, MITM port, verbosity level, and options for writing request contents to disk. The tool supports processors, which can handle events and perform interception tasks like URL rewriting. It also explains how to configure HTTP/HTTPS proxies system-wide on Mac OSX and provides an example of using the tool with PhantomJS. The software is released under the MIT License.