1. urlmon vs. proxy
- Posted by cklester <cklester at yahoo.com> Jul 06, 2005
- 616 views
How do I use urlmon.ew to detect and bypass or play nice with a proxy server? -=ck "Programming in a state of EUPHORIA." http://www.cklester.com/euphoria/
2. Re: urlmon vs. proxy
- Posted by OtterDad <otter at full-moon.com> Jul 07, 2005
- 599 views
cklester wrote: > > How do I use urlmon.ew to detect and bypass or play nice with a proxy server? > > -=ck i use urlmon in several apps. to me the joy of having to detect or bypass proxies is mute. urlmon assumes that the proper proxy settings have already been set by the user via the control panel Internet Options. my rule of thumb to test if it's working is to download a small web page that you know darn well will always be there, like www.google.com. if that page downloads, then you're good to go. sorry if this doesn't help you. Yours, OtterDad Don't sweat it -- it's not real life. It's only ones and zeroes. Gene Spafford
3. Re: urlmon vs. proxy
- Posted by cklester <cklester at yahoo.com> Jul 07, 2005
- 594 views
-=ck "Programming in a state of EUPHORIA." http://www.cklester.com/euphoria/
4. Re: urlmon vs. proxy
- Posted by cklester <cklester at yahoo.com> Jul 07, 2005
- 616 views
OtterDad wrote: > cklester wrote: > > How do I use urlmon.ew to detect and bypass or play nice with a proxy > > server? > i use urlmon in several apps. to me the joy of having to detect or bypass > proxies is mute. urlmon assumes that the proper proxy settings have already > been set by the user via the control panel Internet Options. my rule of > thumb to test if it's working is to download a small web page that you > know darn well will always be there, like www.google.com. if that page > downloads, then you're good to go. sorry if this doesn't help you. Hey, that gives me a good idea. Thanks, OtterDad! :) -=ck "Programming in a state of EUPHORIA." http://www.cklester.com/euphoria/