I want to transmit through POST some data to an IIS server from an IOS application. Because I have not yet found a way to encrypt the data on iOS and decrypt it on .NET, I was thinking of making POST unencrypted. Is the operation safe if the server has HTTPS? The data sent is a JSON string.