I need a method that would allow me to read all the HTTP traffic on a local machine, and to change this traffic on-the-fly. Basically, I need to change the content on any web page opened in any browser at the machine.
Any thoughts?
I need a method that would allow me to read all the HTTP traffic on a local machine, and to change this traffic on-the-fly. Basically, I need to change the content on any web page opened in any browser at the machine.
Any thoughts?
For debugging/troubleshooting, or in production?
For debugging. fiddler2 lets you do this with scripts
For production use, you probably want to implement a Layered Service Provider (which I assume Fiddler2 does)
Thought: Don't do it.
If you need this for corporate environment, use mandatory proxy with some URL scanning and redirection.