Using a webhook to GET information
This week I’m working on an application that needs to get a list of email addresses from another application. It has the following requirements. Requirement #1: Only HTTP+URL+HTML. No SOAP, SQL or other technologies. Requirement #2: The list can’t be cached. It needs to be updated on the moment that the information is used. Requirement #3: Just one URL. Requirement #4: Authentication is very important. Only programs, that are authenticated can read this information....