views:

32

answers:

1

Hi All,

I am planning to make a consumer based application on iPhone that will frequently use the webservices for displaying the data. My requirement is to make the data to flow through the air securely. I mean to say that using https web service will secure the data but can we do this on a public IP?

To be more clear suppose my server is placed in public IP , how can I exchange data securely either using web services or any other means of data transport?

Regards. Amit

A: 

Consider using TSL/SSL.

Alex Reynolds