What is the easiest and most secure way to secure HTTP API calls on Android and iOS? -


i want develop apps android, ios , have web interface well, want mobile apps communicate server, best way can make secure? use works both android , ios , easy implement server side.

use ssl on server. covers of requirements. besides, non-ssl http communication insecure default.


Comments