Code Comments
Programming Forum and web based access to our favorite programming groups.On Thu, 22 Jul 2004 17:50:07 GMT, "SPG" <steve.goodsell@nopoo.blueyonder.co.uk> wrote or quoted : >Is it possible to detect the proxy settings in use by a browser when runnin g >an applet? >I need to do an HTTP get/post and our clients sit behind a proxy. see http://mindprod.com/jgloss/proxy.html there are system properties for proxies. -- Canadian Mind Products, Roedy Green. Coaching, problem solving, economical contract programming. See http://mindprod.com/jgloss/jgloss.html for The Java Glossary.
Post Follow-up to this messageRoedy, Yes, I managed to get that far, but how are we supposed to know the proxy server ip or name at runtime? We have upwards ot 10,000 client sconnecting through many different proxies. There must be some way to detect these setting when the applet starts up? Steve "Roedy Green" <look-on@mindprod.com.invalid> wrote in message news:4v20g0dmcs9ip3lj0828qrdrmvl7bnmbdh@ 4ax.com... > On Thu, 22 Jul 2004 17:50:07 GMT, "SPG" > <steve.goodsell@nopoo.blueyonder.co.uk> wrote or quoted : > running > > see http://mindprod.com/jgloss/proxy.html > there are system properties for proxies. > > -- > Canadian Mind Products, Roedy Green. > Coaching, problem solving, economical contract programming. > See http://mindprod.com/jgloss/jgloss.html for The Java Glossary.
Post Follow-up to this messageOn Thu, 22 Jul 2004 20:13:25 GMT, "SPG" <steve.goodsell@nopoo.blueyonder.co.uk> wrote or quoted : >Yes, I managed to get that far, but how are we supposed to know the proxy >server ip or name at runtime? >We have upwards ot 10,000 client sconnecting through many different proxies . >There must be some way to detect these setting when the applet starts up? I would have hoped Java would interrogate the OS and set them for you. I guess all you can do is have the user configure them in a properties file or gui. -- Canadian Mind Products, Roedy Green. Coaching, problem solving, economical contract programming. See http://mindprod.com/jgloss/jgloss.html for The Java Glossary.
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.