I intent on creating a PHP application that regularly calls into an ASP.Net website to check for updates and then make another call to download updates).
- I will be using SSL for transport security.
- The clients need to be PHP as they run other bespoke bash commands.
- I will need to download data and I've not decided what form.
Can anyone please suggest for my .net application:
- How to restrict access to the server (I won't know incoming request IP's)?
- The best structured data transport mechanism? maybe I could use JSON?
nb. if I can create a web service that PHP could consume that's even better!