How do I use https to retreive a page through a proxy server requiring a login/password?
Created May 7, 2012
Christian Geuer-Pollmann See http://www.ics.uci.edu/pub/ietf/http/hypermail/1997q3/0181.html
You have to supply an Proxy-Authenticate HTTP header to your request containing user:pass in base64 encoding.