What is an application requirement in order to receive a notification from a webhook provider?
- The application must provide a syslog service.
- The application must accept HTTP UPDATE messages from the webhook provider.
- The application must register a unique domain name from a certificate authority.
- The application must always be running to receive HTTP POST requests.
Explanation: In order to receive a notification from a webhook provider, the client application must meet certain requirements:
- The application must always be running to receive HTTP POST requests.
- The application must register a URI on the webhook provider, so that the provider knows where to send a notification when target events occur.
- The application must handle the incoming notifications from the webhook server.
Exam with this question: 4.9.3 Module 4: Understanding and Using APIs Quiz
Please login or Register to submit your answer