Implementing the server side of Webhooks
Posted
by Howiecamp
on Stack Overflow
See other posts from Stack Overflow
or by Howiecamp
Published on 2010-05-08T18:08:43Z
Indexed on
2010/05/08
18:28 UTC
Read the original article
Hit count: 243
If I want to Webhooks-enable a web application (I'm referring to the server-side of things, ie the server where the event happens and the callback is initiated from), are there libraries for this, or is this functionality typically part of the web server stack?
Or, am I looking at this incorrectly, and to implement Webhooks I simply code my application to do an HTTP POST callback based on whatever events I care about?
© Stack Overflow or respective owner