Last Updated: February 25, 2016
·
416
· mgrassotti

Develop and test webhooks on your local machine

You shouldn't have to deploy to staging just to try out webhooks. This is usually such a pain that I would procrastinate about using webhooks at all. Just found out about an awesome solution called proxylocal.

gem install proxylocal

proxylocal 3000 --host some-unique-hostname

Now http://some-unique-hostname.t.proxylocal.com/ will map to localhost:3000 - awesome!