I have a java stand-alone app which needs to monitor all browser traffic.
I have tried using JPCAP and then sniffing the packets, but this is problematic for https sites like youtube of facebook because I cannot decode their content to read the url from it. I have also tried JNA to try reading all opened window titles, but the title does not show the url.
How to monitor/read all the URLs a person is visiting?
Thank you,
Georgian