Hi there… I’m using a webpage to query an online database from an ios app. I’d like to be sure that the webpage can respond only to my iosapp and not to an occasional visitor by the web (for example). My webpage expect four parameters: database name, user, password and sql query, so I think an expert user can “sniff” that data and can gain access to one of my dbs.
So I think I have to include an ssl certificate in my iosapp and the webserver can be sure it can execute the query safely.
Anyone has idea on how can I approach to that solution? Or any other ideas can be helpful…
Many thanks!