Referrer Log
I've finally gotten around to implementing a
referrer log for my little
weblog app. Like most other things in the weblog app, it is usable for me, but probably still lacking if others were to use it.
I decided to create an
HTTPModule to intercept incoming requests and log the referrer information. Currently, it ignores requests made from the site it is implemented in. This will probably change and become an configurable option, I just didn't care to see referrers to my site, from my site -- but others might.
One other "to do" is to create a server control for easily displaying the list of referrers.