- #36
-Job-
Science Advisor
- 1,158
- 4
Ulysees said:I got stuck in another issue with java once. My applet was not allowed to access web pages (plain html) on servers other than the one I downloaded the applet from, "for security reasons" this was not allowed.
You know any workaround?
That's a security measure to prevent cross-site scripting - the alternative is to sign your JARs. A signed java applet will have full permissions.