gpt4 book ai didi

azure - Silverlight 3 中的新客户端网络堆栈可以直接连接到 Azure 存储或 Mesh 吗?

转载 作者:行者123 更新时间:2023-12-02 08:11:04 25 4
gpt4 key购买 nike

From Tim Heuer :

In Silverlight 3 we’ve introduced the Client HTTP stack as an option as well. You must opt-in to use the client HTTP handling. This gives you the ability to go more than just GET/POST (i.e., more REST-ful verbs), using response status codes/headers, etc. You can opt-in to use the client HTTP stack on all requests, requests for a specific domain, or on a per-request basis like this:

HttpWebRequest request = (HttpWebRequest)WebRequestCreator.ClientHttp.Create(new Uri(
http://api.search.live.net/qson.aspx?query=Silverlight));

我的理解是,Silverlight 无法直接访问 Azure 存储的原因是它无法使用身份验证数据对 HTTP header 进行签名。这是否可以弥补差距并允许直接访问 Azure 存储或网格?如果是这样,是如何实现的?

最佳答案

我不确定,但你不想这样做,因为你的 key 将在客户端上。任何加载您的 Silverlight 代码的人都可以破解二进制文件并找到您的 key ,然后像您一样操作数据。

解决此问题的一种方法是通过您控制的服务器代理您的请求。

在您提问之前,我们已经意识到这个问题,但现在没有任何消息可以宣布。

关于azure - Silverlight 3 中的新客户端网络堆栈可以直接连接到 Azure 存储或 Mesh 吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1111186/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com