How to encrypt every JSON data from REST web service
0
Hi, I want my JSON data from web service to be encrypted, and decrypt it at REST call from Mendix. I want suggestions on both - How to encrypt data from my web service - How to decrypt data on REST call at Mendix Thank you in advance !
asked
Phutharin Jirakulprasert
2 answers
6
You should use a https connection to make sure the data is encrypted. I don't think that you need extra actions.