以下 WCF Rest 场景需要什么样的安全性?
响应格式可以是 JSON 或 XML。
访问服务的客户端将是网络浏览器、iPhone、Android 手机、各种智能手机和其他类型的设备。
用户的用户名和密码将存储在 SQL Server 数据库中。
我无法在 UriTemplate 中传递用户名和密码。
将会有 SSL。
如果您还有什么想知道的,以便帮助您帮助我,请尽管问?
The Response format can be either JSON or XML.
The clients accessing the Service(s) will be web browsers, IPhones, Android Phones, all kinds of smart phones and other types of devices.
The username and password for the users will be stored in a sql server database.
I can't pass the username and password in the UriTemplate.
There will be SSL.
If there is anything else you would like to know in order to help you help me, just ask?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
除非您正在处理非常敏感的数据,否则通过 SSL 进行基本身份验证可能就足够了。
如果不了解更多有关应用程序的信息,就很难提供更好的答案。
Basic Authentication over SSL should probably be sufficient unless you are dealing with very sensitive data.
Without knowing more about the application it is difficult to provide a better answer.