Error in URLConnection

Hello friends,When I try to connect to the url using URLConnection I get the error "407:Proxy Authentication Required"What may be the problem ?.I am trying to access the url through proxy.Thanks and regards,Sachin
[255 byte] By [Sachin_Powalea] at [2007-11-27 5:49:32]
# 1
It means that you have to authenticate to the proxy server first. Most likely you have to login to it before you can access that url.
hunter9000a at 2007-7-12 15:36:12 > top of Java-index,Java Essentials,Java Programming...
# 2
See java.net.Authenticator.
ejpa at 2007-7-12 15:36:12 > top of Java-index,Java Essentials,Java Programming...