| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A proxy for front-end web development. It changes responses from remote websites.
Using this, you can forget about having your local HTTP server or using rsync/wget to sync your computer with the remote site, broken URLs and ajax APIs, cross-domain problems, and just access the website you are changing and activate the replace.js or fakeDir.js plugins.
You can also access websites only accessible to your computer (E.G. in your local server and/or with a hostname only you have in /etc/hosts) from the outside, by accessing through your proxy.
Clone this repository
git clone git@github.com:fabiosantoscode/magicProxy.git cd magicProxy
Npm install the dependencies
npm install
Run the proxy
node index.js -c magicproxyrc.example
Access your system's network configuration, and set up your proxy to localhost, port 8080. Check that everything works.
Access http://www.example.com/, see the changes made by the proxy, and play around with magicproxyrc.example (the configurations are reloaded on the fly).
Configuration instructions are written in the plugins' .js files.
Be happy!
-- Fábio
| Back | FazBrowse Home | New Git URL |