Usually, if I run the following command in a rhino shell,
mbp001:rhino1_7R2 user$ java -jar js.jar
Rhino 1.7 release 2 2009 03 22
js> readUrl("http://www.google.com")
It will return the resulting html markup. However, if I run it behind a firewall, it will throw an exception (because it cannot communicate with the host)
How can I make Rhino proxy aware? Is there any -D switch for this purpose?
source
share