I want to let only Mobile App (iOS) to let data from my server side PHP Script
I used HTTP_USER_AGENT
here
$userAgent = $_SERVER['HTTP_USER_AGENT'];
It shows App Name
, CF Network Info
, Darwin OS Info
I got some info regarding HTTP transmission info utilizing this. But i need more detail.
Is there any way to get more details info regarding my app & only accept Mobile App (iOS) to get data from server side PHP script?