i have been working with iphone app calling webservices (php with parameters) many times. But how ever i was asking is it secure? I heard of network monitoring tool which can detect out going data and thus get the url + parameters. but are there any other ways thats the url + parameters can de detected? Log console of the app?
Many thanks 🙂
Make sure the web-service side implements security protocols like SSL and use HTTPS secure by defaults.That is ,encrypting your sensitive data by virtue of HTTPS. This is the same way eCommerce websites works on the online transactions.