What are two requirements for an application to communicate with a webhook provider? (Choose two.)
- The application must support JSON.
- The application must always be running.
- The application must register a URL with the webhook provider.
- The host where the application is running must have an SSH client installed.
- The host where the application is running must have an SSH server running.
Explanation: In order to receive a notification from a webhook provider, the application must meet certain requirements:
The application must be running at all times 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.
Exam with this question: DevNet Associate Course Final Exam Answers
Please login or Register to submit your answer