When I connect to a URL from my applet, I get a security exception, why?
Created May 4, 2012
John Zukowski Untrusted applets are restricted to only communicate back to the host that delivered the applet. You cannot open a connection to any other URL besides the one from which the applet came.