Hi Dear,
just include two more lines of code and try with it as below. As you are not thrown any Security Excpeption while doing this, there is no problem as such in using a proxy. But, may be this is the problem with your Buffer size on the network which may be causing this. so try with this..
try
{
URLConnection con=url.openConnection();
InputStream is=con.getInputStream();
/*
now pass this "is" into the constructor of BufferedReader and also give the buffer size say around 512
*/
}
and try with this and please let me know tyhe result at
[email protected] Regards,
karthik