Christian (or anyone else who happens to know this), The documentation for WinHTTPClientMBS indicates you can extend WinHTTPClientMBS to work like a HTTPsocket. To that end, I've got a function called "AuthenticateProxy" with parameters "extends ProxyAwareHttpSocket as WinHTTPClientMBS, urltarget as string"
ProxyawareHttpSocket is an xojo.net.httpsocket. My code for this method is: ProxyAwareHttpSocket.OptionProxyUsername = app.Network_Proxy_Username ProxyAwareHttpSocket.OptionProxyPassword = app.Network_Proxy_Password dim ii as WinHTTPClientProxyInfoMBS = WinHTTPClientMBS.GetDefaultProxyConfiguration ' Set the Proxy? ProxyAwareHttpSocket.Send(urltarget,ProxyAwareHttpSocket.buffertext) How do I set the proxy so that all of the data flows through it? It is a Windows Proxy which is rather restrictive, so I need to authenticate with the proxy, but I am not sure if I am on the wrong track⦠-David _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list [email protected] https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
