I have developed an API restful in JSON to retrieve data from my server by a mobile app (iOS). I want to keep hidden my API avoiding someone via a network sniffing tool (like Wireshark) could find out it. On my server how can I allow only http request from my mobile app? What can I do?
1
-
2Keep in mind that anything accessible to a client system (be it an iOS app or a a web app) it can be reverse engineered. You can make it difficult but there are many smart people with too much free time on their hands.abraham– abraham2012-02-01 02:15:04 +00:00Commented Feb 1, 2012 at 2:15
Add a comment
|