将令牌从 silverlight 中的 httpwebrequest 传递到 MVC
我有一个 silverlight 应用程序通过使用 httpwebrequest 调用 asp.net mvc 3 网站(用作 Web 服务应用程序)。 我想添加基本安全性:发送代表用户 GUID 的令牌。
- 如何发送令牌,我必须使用凭据属性吗? (似乎添加标头在 silverlight 应用程序中不可用)
- 如何在 MVC 控制器中检索令牌(或凭据)?
提前致谢
I have a silverlight application calling an asp.net mvc 3 website (using as webservices application) by using httpwebrequest.
i would like to add basic security : send a token representing a guid of an user.
- how to send the token, must i use credentials attribute ? (seems adding header is not available in silverlight application)
- how to retrieve the token (or credentials) in MVC controller ?
thanks by advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论