http sniffing

Hi,I'd like to know if there is a way to monitor HTTP requests/responses being made on port 80 and modify some of them. It would probably has to be done through some kind of packet sniffing...Thanks in advance,Ondrej
[252 byte] By [LordOsha] at [2007-11-26 13:35:48]
# 1
http://forum.java.sun.com/thread.jspa?forumID=31&threadID=709313
quittea at 2007-7-7 22:19:46 > top of Java-index,Java Essentials,Java Programming...
# 2

OK, thanks for the link. I was quite a bit in a rush so I didn't do the search myself. Shame on me.

Well, the question now is, is there a way to redirect all the HTTP traffic to my program that would act as a proxy?

Because all I want to do is to read the requests and modify the responses that are being made/received by an internet browser.

Nothing bad, it can be visible to a user and all, it's just that the proxy set up has to be automatic....

Regards,

Ondrej

LordOsha at 2007-7-7 22:19:46 > top of Java-index,Java Essentials,Java Programming...