NSURLRequest 发布到 HTTPS URL 安全吗?

发布于 2024-12-01 06:27:16 字数 203 浏览 0 评论 0原文

我正在为客户端开发一个 iPhone 本机应用程序。在此我想将用户数据发布到使用 SSL 的客户端服务器。我想知道它是否足够安全,因为我正在发布用户敏感数据。

我在这里读过一些关于这个主题的帖子。

像“接受任何证书”这样的解决方案对我来说不起作用,因为它很容易受到“MITM”攻击。

我正在寻找客户端服务器和我的本机应用程序之间完全安全的通信。

I am developing a iphone native app to a client.In this i want to post users data to a client server which uses SSL. I want to know whether it is secure enough because i am posting users sensitive data.

I have read some posts on this topic here in SO.

The solution like “accepting any certificates” don't work for me because it is prone to “MITM” attacks.

I am looking for complete secure communication between client server and my native app.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

℉服软 2024-12-08 06:27:16

不确定您在寻找什么,但这可能会有所帮助:

http://allseeing -i.com/ASIHTTPRequest/How-to-use#client_certificates

NSURLRequest 有限,ASIHTTPRequest 经常使用...

Not sure about what you are looking for, but this might help :

http://allseeing-i.com/ASIHTTPRequest/How-to-use#client_certificates

NSURLRequest is limited, ASIHTTPRequest is frequently used...

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