views:

50

answers:

1

I am testing out webhooks and I created a postbin test url and I am trying to create a webservice that would listen to the postbin url and be able to get the values out of the post, but I am not sure how to do this: My sample postbin url could be http://www.postbin.org/abcdef

A: 

I can't think of anything other than scraping text. Is this what you are asking about? If you want to scrap text, there are numerous libraries for any language.

Gim