[Solved] Make a Web page only accessible from a specific program [closed]


I think you may try to create a custom UserAgent string for your aplication and then, check it on your PHP code if the requesting UserAgent is the same as your app UserAgent.

2

solved Make a Web page only accessible from a specific program [closed]