简体   繁体   中英

how to monitor the web traffic from any browser in a PC using a Java App

I am working on a JAVA application to monitor the URLs requested from any browser on the PC .

I need your help in how to monitor the HTTP request especially the URL transmitted by any browser ( Firefox , chrome or internet explorer ).

Thanks Guys

A proxy is indeed easiest because you get some high level information back. I wrote a java-based proxy server initially intended to authenticate against an NTLM proxy for git.

https://github.com/nablex/proxy

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM