Silverlight 访问 Azure 表 REST - clientaccesspolicy.xml?

发布于 2024-10-30 23:23:50 字数 224 浏览 5 评论 0原文

是否可以让 Silverlight 客户端应用程序直接访问 Azure 表服务 REST 端点?暂且不考虑如何在不泄露共享访问密钥的情况下对请求进行签名,Silverlight 不会访问表端点,因为 clientaccesspolicy.xml 和 crossdomain.xml 都不存在于表 URI 的根中。

除了通过我的 Web 服务器代理所有数据或以提升的权限运行 OOB 之外,还有其他方法可以解决此问题吗?

Is it possible to have a Silverlight client app directly access the Azure Table service REST endpoints? Putting aside concerns about how to sign the requests without leaking the shared access key, Silverlight won't access the Table endpoint because neither clientaccesspolicy.xml nor crossdomain.xml are present at the root of the Table URI.

Is there any way around this aside from proxying all of the data through my web server, or running OOB with elevated permissions?

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

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

发布评论

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

评论(2

陪我终i 2024-11-06 23:23:50

您创建 clientaccesspolicy.xml 和 crossdomain.xml 文件并将它们放入特殊的 $root 中Azure 存储中的容器。然后您就可以成功访问存储。

You create the clientaccesspolicy.xml and crossdomain.xml files and put them in the special $root container in Azure storage. You'll then be able to access the storage successfully.

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