如何监听 postbin 上的事件并从中获取值?
我正在测试 webhooks 并创建了一个 postbin 测试 url,我正在尝试创建一个 web 服务来监听 postbin url 并能够从帖子中获取值,但我不知道如何执行此操作:我的示例 postbin url 可以是 http://www.postbin.org/abcdef
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
除了抓取文本之外我想不出任何其他方法。你问的是这个吗?如果您想删除文本,任何语言都有许多库。
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.