E Elrick Member Licensed User Feb 13, 2008 #1 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?
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?
Erel B4X founder Staff member Licensed User Longtime User Feb 13, 2008 #2 I've sent you an email with an updated version of the HTTP library. Try to use SetProxy2 which receives the username and the password. If it works properly I'll publish this update.
I've sent you an email with an updated version of the HTTP library. Try to use SetProxy2 which receives the username and the password. If it works properly I'll publish this update.
M Mr_Gee Active Member Licensed User Longtime User Mar 14, 2008 #4 Hi Erel, Have you included this update already in the current HTTP.dll? Merci
Erel B4X founder Staff member Licensed User Longtime User Mar 15, 2008 #5 It is now online: http://www.b4x.com/forum/showthread.php?p=10568#post10568