小程序可以打开与其服务器的套接字连接吗

发布于 2024-09-18 06:36:40 字数 26 浏览 1 评论 0原文

小程序可以打开与服务器的套接字连接吗?

can a applet open socket connection to the server?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

盗琴音 2024-09-25 06:36:42

不受信任的小程序只能与它们来自的服务器(传送 .class 文件的主机)进行通信。如果您需要与另一台服务器通信,则必须对您的小程序进行签名(并且用户必须信任您),或者在您的 Web 服务器上设置代理服务器以促进主机之间的通信。

所以是的,你可以打开一个到你自己的服务器的套接字。


资源:

Untrusted applets can only communicate back to the server from which they came (the host that delivered the .class files). If you need to communicate with another server, you'll either have to sign your applet (and the user will have to trust you), or setup a proxy server on your web server to facility the communication between hosts.

So yes you can open a socket to your own server.


Resources :

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文