WebRequest using c# (VS2008) is perfectly working but not on JAVA (Ecplise)
- by Daniel
Hi,
I'm trying to read data from a webpage, and I have to do it using JAVA.
When I try to do it in Eclipse using JAVA i'm getting time out error:
java.net.ConnectException: Connection timed out: connect
(Using HttpURLConnection)
In order to understand where is the problem I tried doing the same task using c# and VS2008, and it worked perfectly…