Is it possible to intercept all requests made by a WebBrowser control?
WebBrowser
I want to modify the request URI of every single request (including requests for
There is an event called "BeforeNavigate2" that is called before any request is made. You can use this to modify the outgoing requests.