How to record the Internet Explorer http requests and post data

Hi all...Can anyone tell me , How to record the Internet Explorer http requests and post data by using javaRanjith Nair
[140 byte] By [Ranjith_Nair_Calicuta] at [2007-11-26 17:37:50]
# 1
Use capturing library to capture packets, detect HTTP data (actually not only IE data will be captured), do anything you want with.
Michael.Nazarov@sun.coma at 2007-7-9 0:06:00 > top of Java-index,Core,Core APIs...
# 2
hi..the packets are scatterd?how can i join the scatterd packets and make a whole http request?that's my problem...RegardsRanjith Nair
Ranjith_Nair_Calicuta at 2007-7-9 0:06:00 > top of Java-index,Core,Core APIs...