I am trying to pull information from another site. When I try and do
URL url = new URL("theSite");
url.getContent();
It throws a Connection refused: connect exception
. Does this mean the site will not allow automated connections? Is there another way to get this information?