Skip to content

ibalosh/sinhook

Repository files navigation

Sinhook

License

Sinhook is a super simple Sinatra web app which was created to simplify in-house web hook testing.

Back in the days, idea for Sinhook came from the need to replace Requestb.in with something that would work locally and would be more reliable. This would make web hook testing safer, provide better performance and tests would be less flacky.

By time, the app was extended with couple of additional features, like testing webhooks behind basic auth, delayed webhook responses, specific HTTP status responses.

The app only requires Ruby to be installed. Web app will preserve your JSON based requests and allow debugging.

Check out the wiki page for more details.

Notes

The app accepts only valid JSON requests. Make sure that folder where the app is stored is writable for the app.