P
Peter Judge
Guest
The URI’s user/password values are not used for HTTP. Have you tried setting the Proxy-Authorization header? oRequest = RequestBuilder:Get(httpUrl) :ViaProxy('proxyip
roxyport') :AddHeader('Proxy-Authorization', base64-encode('name
w')) // or whatever :Request.
Continue reading...
Continue reading...