Last Updated: February 25, 2016
·
557
· jeffikus

Inspecting HTTP requests

If you need to inspect the data that your HTTP request is sending, a good resource to use is http://requestb.in/ - it helps you inspect what you request is doing very easily. Whether its a cUrl request, jquery ajax, whatever, it will tell you what kind of request as well as the data sent.

Simply setup a public or private bin and direct your request to the bin instead of where you were directing it.