C# webservice and Android app: how prevent illegal accesses
问题 I'm using (with satisfaction) some web services from an Android application. I use https (I bought a SSL certificate). I want to prevent unwanted accesses from others that know the urls of my web services. I use a "secret key" that the app must provide to the web service method, but it's stored in a constant variable inside the code and I know this is not the best solution to ensure security. Android web service call (using ksoap): try { SoapObject request = new SoapObject(configuration