proxy login/password?

Elrick

Member
Licensed User
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?
 

Mr_Gee

Active Member
Licensed User
Longtime User
Hi Erel,

Have you included this update already in the current HTTP.dll?

Merci
 
Top