proxy login/password?
I'm using HTTP library to get data from certain site. Now i need to use proxy.
As wrote in HTTP library help:
SetProxy
Causes all requests to use a proxy server.
Syntax: SetProxy (Host As String, PortNumber As Int32, BypassOnLocal As Boolean)
There is no login\pass function:-)
Are there any ways to exchange data through proxy server with authorization?
|