The best thing to do would be to get a tcpdump of the http traffic...

tcpdump -i lo -s 65535 -w http.pcap tcp port 8080

...should get you a file called http.pcap; "lo" is the correct -i for Linux's 
localhost, use "lo0" for BSDs, or sonething else for Windows (IIRC Windows 
tcpdump has an option to list the adapter names available).

The resulting file can then be loaded into the likes of Wireshark for 
investigation!

Sent from my BlackBerry® wireless device

-----Original Message-----
From: Shaun Mahood <[email protected]>
Sender: [email protected]
Date: Tue, 8 Nov 2011 22:16:22 
To: 'Fossil SCM user's discussion'<[email protected]>
Reply-To: Fossil SCM user's discussion <[email protected]>
Subject: Re: [fossil-users] Web UI Refresh Issue

_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to