xmlsocket:// 协议是什么?

发布于 2024-08-06 18:05:50 字数 427 浏览 7 评论 0 原文

这个答案说“Flash Player现在看起来端口 843 上的策略文件”.. 我有一个正在侦听端口 843 的策略服务器,该服务器向 Flash 客户端发送 XML 策略。这够了吗?什么是“xmlsocket://”协议?这是否只是告诉 Flash 播放器我们在使用 loadPolicyFile() 方法?

This SO answer says "The Flash Player now looks for a policy file on port 843".. I have a policy server that is listening on port 843 which sends out an XML policy to Flash clients. Is this enough? What is the "xmlsocket://" protocol? Is it just a way to tell Flash player that we're talking about sockets when using the loadPolicyFile() method?

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

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

发布评论

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

评论(1

浪荡不羁 2024-08-13 18:05:50

据我了解,有两种不同类型的策略文件,用于从外部域加载数据的跨域策略和有关套接字连接的策略文件。两个策略文件非常相似,因为它们都使用相似的结构化 XML 数据结构。

我相信 xmlsocket:// 协议只是一个伪协议,因为它指示 Security.loadPolicyFile 方法加载有关套接字的策略,而不是跨域策略访问外部数据。

更多信息请访问 Livedoc 页面。

As I understand it there are two different types of policy files, cross domain policies for loading data from an external domain and policy files regarding socket connections. Both policy files are quite similar in that they both use a similar structured XML data structure.

I believe that the xmlsocket:// protocol is merely a pseudo protocol in that it instructs the Security.loadPolicyFile method to load a policy regarding sockets rather than a cross domain policy for accessing external data.

More information can be found on this Livedoc page.

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