How to track opened websites

JoseArmando

work = life
Jul 24, 2008
2,456
65
0
I have an application developed in c++ and we're wondering if there's a simple way to track which websites are being opened in a browser (IE, FF, Chrome).

So I'd like to have a rule in the app "if X website is opened do Y".

An example would be: If the user visited a website that's on a list of phishing websites that'd trigger a notification window.

Any ideas?
 


Haha yeah.

The http sniffing was also my idea but it seems to me it'd push the development for another month (and money down the drain) so I was hoping there's a simpler way to get info on which websites are being opened.