Hello, I want to write a application in C# which monitors HTTP requests and can filter their content, mainly from Internet Browsers and such, used on the machine my app is running on. I am unsure how I gain access to HTTP content delivered to another program, I.E. Internet Explorer for example.
How best am I to go about this?