BeforeNavigate2
event or any other similar event don't catch XMLHTTP requests in a WebBrowser Control. Is there anyway to solve this problem?
This is a .NET project.
Edit:
I've found this C++ application which apparently can be used to solve this problem, but porting it to managed code doesn't look possible. Maybe I should change the C++ to a COM object and call it from .NET -which won't be easy since it doesn't even compile in VS 2008 due ATL changes I suppose-.