From: Dan Kohn Date: 2005-12-03T06:12:32+09:00 Subject: Using an HTTP proxy to record web traffic As part of debugging WWW::Mechanize, I realized that the best way to compare what my browser is doing to what mechanize is doing would be to compare their HTTP transactions incoming and outgoing. What I want is an HTTP proxy that can record the transactions and also supports SSL. The Ruby project doesn't have any code http://rubyforge.org/projects/rpp/ This free program doesn't support SSL, and costs $600. http://www.proxy-sniffer.com/download.html This doesn't support SSL but is supposed to soon. http://kevinlangdon.com/serviceCapture/ Any other suggestions?