On Sat, 7 Apr 2001, csj wrote: > Basically I want to capture (log?) what my browser sends out > when I click a link (stuff like what the POST request actually > posts). I can probably figure some of this out by saving and digging > thru the source (say, replacing the POST with a GET) but I want > something more thorough and paranoid.
Try hacking code into Squid or Apache's mod_proxy, then configure your browser to go through the proxy. -B -- Brandon High [EMAIL PROTECTED] I'm not crazy, I've just been in a very bad mood for 20 years.

