Allow only PHP request from Android App
问题 I have some PHP pages that receive POST requests and make CRUD operations in my MySQL database... I would like to know if there is a way to allow only my Android application to do those requests in my pages... As my application requires Google Login (which Google IDs are already registered in my database), I was thinking in check if client's Google ID exists on database via PHP script, but it could be faked, right? Is there any other way to allow only my Android App to make CRUD in my