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.
我在我的 iOS 项目中使用 restkit,但不确定如何确保网络通信安全。如果我使用 https 地址而不是 http,这是否足够好,并且当我使用 https URI 时,RestKit 会自动知道加密数据吗?
还是我需要设置自定义 SSL?那是怎么做的?
“足够”是一个相对术语。您需要非常清楚您要保护的内容。一般来说,HTTPS就足够了。
HTTPS 确实使用 SSL。
RestKit 不参与任何加密。当您将方案设置为 时,URL 加载系统会完成加密https。
https