NSURLRequest 发布到 HTTPS URL 安全吗?
我正在为客户端开发一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不确定您在寻找什么,但这可能会有所帮助:
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...