Friday, May 05, 2017

Inspect HTTP Requests with RequestBin

I came across this handy website for inspecting HTTP requests, called RequestBin (http://requestbin.net/ https://requestb.in/). RequestBin creates a URL that will collect requests made to it and lets you review the requests in a human-friendly way. RequestBin is a great tool for debugging what your HTTP application is sending. The following are some screenshots of the data RequestBin provides:



No comments: