Last Updated: December 28, 2016
·
1.908K
· soulnafein

Testing applications webhooks locally

Today we where working on a little Twilio integration. On incoming calls twilio sends a request to a pre-determined url of your web application.

Testing this kind of stuff by constantly deploying to a test environment could become quickly tedious. Instead we found a better solution as explained in this article: https://www.twilio.com/blog/2013/10/test-your-webhooks-locally-with-ngrok.html

Ngrok can also be used for other type of testing, check it out: https://ngrok.com/

3 Responses
Add your response

This is an amazing tool!

over 1 year ago ·

Check http://requestb.in too. They don't recycle URLs so the hooks should always be your hooks

over 1 year ago ·

Check http://requestb.in too. They don't recycle URLs so the hooks should always be your hooks

Also PutsReq which allows you to forward requests to localhost, besides tracking requests and responses.

over 1 year ago ·