Hacker News new | ask | show | jobs
by felix1996 2830 days ago
That's great. Request bin is a great tool for capturing requests while testing the webhook.

Our tool is similar to that. But our tool will monitor and forward requests to the original URL and reply the response (a proxy for your API with monitoring ). So your endpoint will work as expected and you can monitor that for debugging purposes.

one use case is that when any client reports any bugs regarding API/network requests, you can easily reproduce that without getting any inputs from the user.