iOS Question Is it safe to transmit unencrypted data over an HTTPS connection?

ThePuiu

Active Member
Licensed User
Longtime User
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.
 

Alex_197

Well-Known Member
Licensed User
Longtime User
Upvote 0

ThePuiu

Active Member
Licensed User
Longtime User
Thank you for the link, but I only found the encryption part in IOS ... I am also interested in the reverse process.
 
Upvote 0
Top