Does OpenNetworkConnection support proxies?
Posted: Fri Mar 13, 2009 3:26 pm
Hello there PB Gurus,
About me: PB Newbie, VB6/C#/JavaScript/PHP expert, loves network programming.
I am developing a prototype that can connect to a PHP page that will send binary data back to the client. After a lot of research I chose PB because of its low binary footprint and speed. I would like to know a transparent way to connect to a URL (say: http://example.com/mypage.php) that would output a sample test message.
Requirements:
+ I need to be able to connect to a web page (HTTP). Should be scalable for HTTPs as well.
+ Need detection of Proxy and seamless support
+ Need cross-platform support
I started out with OpenNetworkConnection but don't know if I am going in the right path due to support for proxy. Any advanced, too-much-information-for-a-person code is fine (I love 'em).
Many thanks in advance!
About me: PB Newbie, VB6/C#/JavaScript/PHP expert, loves network programming.
I am developing a prototype that can connect to a PHP page that will send binary data back to the client. After a lot of research I chose PB because of its low binary footprint and speed. I would like to know a transparent way to connect to a URL (say: http://example.com/mypage.php) that would output a sample test message.
Requirements:
+ I need to be able to connect to a web page (HTTP). Should be scalable for HTTPs as well.
+ Need detection of Proxy and seamless support
+ Need cross-platform support
I started out with OpenNetworkConnection but don't know if I am going in the right path due to support for proxy. Any advanced, too-much-information-for-a-person code is fine (I love 'em).
Many thanks in advance!