开发者

Testing http callback or webhooks [closed]

开发者 https://www.devze.com 2023-02-17 09:53 出处:网络
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 3 months ago.

Improve this question

I wish to see the content of a http callback generated by an application (i.e. paypal or Google's pubsubhubbub). Does anybody know of a simple service t开发者_开发技巧hat I can use as endpoint for a http post and see the content of the http post?


There's also https://requestbin.com/ which provides a free endpoint for sending HTTP requests and observing the HTTP payload and headers.

You can also make a request bin private, protected by Google / Github logins if you're sending sensitive data, and you can delete any requests you send to the endpoint.


After a while I've found PostBin (http://www.postbin.org). Just what I was looking for!


Instead of https://requestbin.com/, you can directly use https://pipedream.com/ which is where requestbin is hosted on.


You can do also do it on postman. It is available on google-chrome. For firefox RESTClient can be used


There are a few websites allowing you to create a public endpoint and monitor the requests:

  1. play.svix.com
  2. webhook.site

If you want to actually develop your webhook's endpoint you can use the Svix CLI Listener: https://github.com/svix/svix-cli#using-the-listen-command

This will allow you to easily channel request coming in to a public endpoint to a local port where you can run your logic against it.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号