cloudprint
cloudprint copied to clipboard
Support to work behind a proxy
Simple modification to make work behind a http proxy (without authentication). The trick is get environment variable http_proxy to make work.
Requires SocksiPy module (https://pypi.python.org/pypi/SocksiPy) to work.
This covers web reqests in xmpp.py. Is rest.py covered correctly?
Also, what about proxy authentication?