~Dean UmjipychekoopsiFeb 25, 2011, 1:46 PM40 PostsRe: Reading XML/RSS file in SSJS Do you have a firewall on your local computer that blocks connections on on unknown apps ?
~Bill MingeroteretsiFeb 26, 2011, 2:53 AM38 PostsRe: Reading XML/RSS file in SSJSYes, I have a firewall. This is crazy!! I will have to completely open up my computer to hackers in order for this program to run. Any other way to read XML/RSS files which does not require compromising security on my computer / servers?
~Arnold MinreternivuFeb 28, 2011, 4:20 PM41 PostsRe: Reading XML/RSS file in SSJS This would be an outbound connection, not an inbound connection. You don't need to allow port 80 in, just out. Hackers won't be involved unless they're sniffing what you're requesting.
~Bill MingeroteretsiJun 28, 2011, 11:41 AM38 PostsRe: Reading XML/RSS file in SSJSI know this reply is late but I finally found the culprit - Proxy! If you have a proxy set then you can access websites using the java.net.URL (http://download.oracle.com/javase/6/docs/api/java/net/URL.html) class by calling the function openConnection(java.net.Proxy) and define the proxy address & port. Hope this helps someone else !