How to intercept request message sent by browser?

Hi.Is it possible to peek into the http request message received at the proxy server sent by client browser?If yes, please tell how?Thanks...
[169 byte] By [elroydsilvaa] at [2007-11-26 18:16:38]
# 1
I would say to consult the documentation for the proxy server. What you want to do is probably already being logged somewhere on that server. And, what does this have to do with Java?
masijade.a at 2007-7-9 5:50:13 > top of Java-index,Core,Core APIs...
# 2
I'm building a project in Java that requires this. I need to know the amount of internet content received at each client machine..
elroydsilvaa at 2007-7-9 5:50:13 > top of Java-index,Core,Core APIs...
# 3
But, once again, whatever software you are using for a proxy server, is the place to get this information, and that has nothing to do with Java. Read that proxies access logs, and its documentation so you can can configure it to give exactly the info you want, if it is not already.
masijade.a at 2007-7-9 5:50:13 > top of Java-index,Core,Core APIs...
# 4
Which language supports this?
elroydsilvaa at 2007-7-9 5:50:13 > top of Java-index,Core,Core APIs...
# 5
> Which language supports this?What are talking about now?Wait, stop, start from step one.Explain in detail what it is you want to do and why.
masijade.a at 2007-7-9 5:50:13 > top of Java-index,Core,Core APIs...