post
I am using URLConnection to write post some data to automate the process. In order to confirm that I am sending the right info, I want to compare it with the data being sent through a form in IE browser. Is there a way that I could read the data being posted by the browser? I know it could be done in unix using snoop but i am using windows so please advise.

