how secure is NSURLConnection over https

Posted by drunken_elf on Stack Overflow See other posts from Stack Overflow or by drunken_elf
Published on 2010-05-31T00:31:47Z Indexed on 2010/05/31 0:32 UTC
Read the original article Hit count: 651

I've been reading through a number of questions on this site regarding NSURLConnection and https, but most relate to "untrusted" certificates and how to allow them nonetheless. My question is a little more basic. I am building an app for a client who handle online donations, and I would like to load their donation script using an NSLURLRequest and POST the values of credit card details (entered in the app). Does NSURLConnection (when connecting to a https url) ensure the encryption of those details as they are sent to the donation script on my clients server? Sorry if this is a basic question, I just couldn't find a place in the apple docs that guaranteed this.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about iphone-sdk