Re: how do I snoop responses

2001-08-30 Thread Tom Tibbetts
I finally got the patience to look at it today. Looks like it will have exactly the level of detail I'm looking for. Problem is that it seems to be able to intercept requests but bombs on the response. Also, as a side note, looks like when you click on a link within an Opera browser window,

RE: how do I snoop responses

2001-08-29 Thread Paradis, André
Here's a free http sniffer tool in perl. Works great for me. It listen to a given port and forward to another port, host while printing http stuff. might need some tweeking, read the script. Andre Paradis -Original Message- From: Tom Tibbetts [mailto:[EMAIL PROTECTED]] Sent:

Re: how do I snoop responses

2001-08-29 Thread martin . cooper
I don't recall if this has the level of detail you're looking for (it's been a while since I used it), but you could take a look at WebDebug: http://www.cyberclip.com/webdebug/ -- Martin Cooper - Original Message - From: Tom Tibbetts [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent:

Re: how do I snoop responses

2001-08-29 Thread Tom Tibbetts
Thanks Martin and Andre. I don't suppose there's something in Java or runs as a straight app on my machine (Win 98). I'm really bad at PERL and worse with Python. Tom At 10:37 AM 8/29/01 -0700, you wrote: I don't recall if this has the level of detail you're looking for (it's been a while

RE: how do I snoop responses

2001-08-29 Thread Paradis, André
Just install activeperl for windows http://aspn.activestate.com/ASPN/Downloads/ActivePerl/ then open up a dos box and type perl http.pl -Original Message- From: Tom Tibbetts [mailto:[EMAIL PROTECTED]] Sent: August 29, 2001 2:40 PM To: [EMAIL PROTECTED] Subject: Re: how do I snoop