以下 WCF Rest 场景需要什么样的安全性?

发布于 2024-09-26 02:27:28 字数 211 浏览 6 评论 0原文

响应格式可以是 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 技术交流群。

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

发布评论

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

评论(1

仙女 2024-10-03 02:27:28

除非您正在处理非常敏感的数据,否则通过 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.

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