Monitor the sites one visits

Any ideas on how to capture client-side web site surfing habits?
Ideally I need a farily robust and secure (as in privacy preserving)
solution too.

Thanks,
T.

Most browsers keep a history. What platform are the clients going to be?

ยทยทยท

"Trans" <transfire@gmail.com> wrote:

Any ideas on how to capture client-side web site surfing habits?
Ideally I need a farily robust and secure (as in privacy preserving)
solution too.

Trans wrote:

Any ideas on how to capture client-side web site surfing habits?
Ideally I need a farily robust and secure (as in privacy preserving)
solution too.

Not sure what you exactly mean with client-side (should it run on the client-side?), but I remember Armin Roehrl had done something in this direction with Smallworld. The idea is basically that you have a HTTP proxy server (squid, wwwoffle or something alike). The proxy logs all client-side requests...

Regards,

   Michael

Most browsers keep a history. What platform are the
clients going to be?

No telling. I though about using the browser history btu I fear that
can be easily deleted and hacked.

SmallWorld...
The proxy sounds like a good idea. I'll look into that. Thanks.