access denied (java.net.SocketPermission 127.0.0.1:8080 connect,resolve)

后端 未结 10 1171

I have a Java Applet inserted on a simple HTML page located at http://localhost:8080/index.html:



        
      
      
      
10条回答
  •  情书的邮戳
    2020-12-03 09:15

    IIRC, the JavaScript same-origin policy prevents access to same-host/different-port. The PlugIn's LiveConnect enforces this policy for localhost only.

提交回复
热议问题