rubyhttpmonitoring

If using Ruby with Net/HTTP, how to monitor its traffic using Fiddler on Windows or another tool on Mac / Linux?


I usually use Fiddler to monitor HTTP request and response, but if it is a Ruby script using Net/HTTP, all the request and response won't show up in Fiddler.

Is there a way to see all the request and response, and if Fiddler can't do it, can any other tool on Mac or Linux show it?


Solution

  • In this instance, I would use Firefox (Firebug) or Chrome (built in developer tools) to do this

    (update: a working answer in the comment)