Always great to discover the tools that other people use during their presentations. It are these moments that make visiting a conference worthwhile and allow you to earn your money back big time!
During Techorama 2015, one of the speakers was using RequestBin:
RequestBin gives you a URL that will collect requests made to it and let you inspect them in a human-friendly way.
Use RequestBin to see what your HTTP client is sending or to inspect and debug webhook requests.
It’s the perfect solution when you want to see what’s send to the server but are not able to trace and inspect the HTTP requests on the server.
Click on the Create a RequestBin button:
Copy the generated url into your HTTP client (like curl for example). Execute a call:
And check the results on the RequestBin website:
Nice!