In a triumphant return after about three months of not blogging, Barry “idunno.org” Dorrans has published an HttpModule for modifying custom HTTP headers in response to a throw away comment by Scott Hanselman in his post on P3P requests.

The nice thing about Barry’s module is that it is much widely general and applicable than just for P3P headers.

This is a configurable HttpModule, allowing you to use web.config to specify what headers and values you wish added to requests.

So if you need tight control over your HTTP headers, this is the module for you.