Inspecting HTTP requests
If some day you wondered how to inspect a HTTP request to try out some webhook or even an SalesForce outbound message (馃槄), I have a tip for you: requestbin + ngrok. The requestbin is an open source project with this purpose. It鈥檚 self hosted! You can run it locally using Docker or even deploy it to a free Heroku dyno. If you decide to go local, ngrok can help as well. With it you will be able to create private tunnels from your local environment, making it available to the world. ...