J
Jim G.
I am attempting to develop an application for a client that will monitor Web
Traffic on a Users PC (from a tray application that the user downloads) - I
am NOT interested in blocking or limiting internet access, I only want to be
able to monitor (listen) for ANY internet access by the User from their PC
and then once that is done to "sniff" the packet of info to determine
exactly what webpage the user access. My client is wanting to see what
website a customer of theirs visits, then when they visit a "Green" website
(vendor belonging to their program) the tray application will know that and
display relevant information. I am researching sockets, but I just need to
figure out a way to get the browser url of the page that is visited. If I
cant do this with C++, I can do it in Delphi. And no, cookies will not work
in this situation....
Any help here would be appreciated.
Thanks,
Jim
Traffic on a Users PC (from a tray application that the user downloads) - I
am NOT interested in blocking or limiting internet access, I only want to be
able to monitor (listen) for ANY internet access by the User from their PC
and then once that is done to "sniff" the packet of info to determine
exactly what webpage the user access. My client is wanting to see what
website a customer of theirs visits, then when they visit a "Green" website
(vendor belonging to their program) the tray application will know that and
display relevant information. I am researching sockets, but I just need to
figure out a way to get the browser url of the page that is visited. If I
cant do this with C++, I can do it in Delphi. And no, cookies will not work
in this situation....
Any help here would be appreciated.
Thanks,
Jim