简体   繁体   中英

Is NSURLRequest post to HTTPS URL Secure?

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.

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...

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM