Hello,
My app is using a HTTP POST method to receive some information from mysql database via php file. According to suggestions in the past topics, I store the url in proccess_globals and obfuscate it also using https to hide the full url in case of sniffing.
My question is , lets say someone found the URL. Can you suggest a way to check in the php or someother place that if only the request maker is my app give respond else do not .
I think of sending the package name of app for example with the httpjob also but i is not a solution as anybody can send my package name with the request.
I would be happy to hear suggestions.
Thanks.
My app is using a HTTP POST method to receive some information from mysql database via php file. According to suggestions in the past topics, I store the url in proccess_globals and obfuscate it also using https to hide the full url in case of sniffing.
My question is , lets say someone found the URL. Can you suggest a way to check in the php or someother place that if only the request maker is my app give respond else do not .
I think of sending the package name of app for example with the httpjob also but i is not a solution as anybody can send my package name with the request.
I would be happy to hear suggestions.
Thanks.