I m目前正在与以下行为者合作开展一个项目:
- a web server hosting a zend php application with a database.
- 2 mobile apps (iOS and Android) which retrieve/post data from/to the server.
I m using HTTPS (with a trusted certificate) to comunicate with the server. To retrieve data from the server, GET method is used. To push data to the server, mobile apps use POST method over HTTPS.
一些转让,如用户数据更新中的用户标识,由于其敏感数据必须加以保证。
What kind of solution should i use to enforce those transfers security?
感谢你们的帮助!