/proxy

A really simple proxy server.

Primary LanguagePython

Proxy

A stupid simple proxy server, written in Python and Flask. Useful for hacking around cross-browser restrictions and other things you're not supposed to do on the Internet.

Deployment

To deploy on Apache, add something like this to your httpd.conf:

ScriptAlias /proxy /path/to/proxy/index.cgi

For more detailed info, see the Flask documentation.