[NBLUG/talk] Fwd: Re: Want to see what HTTP is leaving my system
Roger House
rhouse at sonic.net
Tue Jul 27 08:42:55 PDT 2010
Thanks, Scott. tcpdump did just fine (once I figured out I needed sudo
in front). The HTTP wasn't
neatly presented line-by-line, but a bit of editing showed me exactly
what I was sending and receiving.
Roger
On 7/26/2010 4:16 PM, Scott Doty wrote:
>
> -------- Original Message --------
> Subject: Re: [NBLUG/talk] Want to see what HTTP is leaving my system
> From: "Scott Doty"<scott at ponzo.net>
> To: "General NBLUG chatter about anything Linux, answers to questions, etc."<talk at nblug.org>
> CC:
>
> Might want to try tcpdump or wireshark to sniff the traffic...
>
> Quick& dirty would be something like:
>
> tcpdump -s1500 -p -X port 80
>
>
>
> "Roger House"<rhouse at sonic.net> wrote:
>
>
>> I'm writing Java code to access a web service, using HttpCore and
>> HttpClient to create and send HTTP. This is the first time I've done
>> this, so I'm taking two steps forward and one back (or vice versa at
>> times). I'd
>> like to see exactly what request line and header lines are being sent to
>> the web server. I would appreciate
>> any recommendations for an app which will show me this information.
>>
>> Thanks.
>>
>> Roger House
>>
>>
>> _______________________________________________
>> talk mailing list
>> talk at nblug.org
>> http://nblug.org/cgi-bin/mailman/listinfo/talk
>>
>
More information about the talk
mailing list