Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在为 Android 和 IOS 移动应用程序开发 WCF Rest JSON 服务。我需要为此提供一些安全性..我浏览了许多文章,但其中大多数使用证书..有人可以建议哪种方式是最好的和内置的来保护服务..
我建议使用 OAuth(因为您在多个移动平台上)。它不使用用户/密码身份验证,而是在 HTTP 标头中包含 OAuth。
这是文档和示例实现;