The most convenient way to test and debug webhooks
QuickMocker is a stub API tool with ability to provide mock data depending on the HTTP request URL and method. In other words this is a test doubles tool. In addition to this there are plenty of other nice features like RegExp URL, multiple HTTP methods, endpoint prioritization, shortcodes for response templating, API proxy, restrictions etc.
In this article we are going to talk more about the unique feature that allows not only capturing and intercepting any HTTP request made to your stub API, but also forwarding it to any other HTTP URL including your localhost.