Hello I have a problem I want to consumed rss by URL that site and I can't do.
Example:
System.setProperty("https.proxyHost", "proxy.example.local");
System.setProperty("https.proxyPort", "80");
DocumentBuilderFactory docBuilderFactory = DocumentBuilderFactory.newInstance();
DocumentBuilder docBuilder = docBuilderFactory.newDocumentBuilder();
URL url = new URL("http://pplware.sapo.pt/feed/"); ...