c++ - Internet Explorer Add-on to detect Ajax calls -


using iwebbrowser2 interface easy know when navigation took place (onbeforenavigate) , finished (ondocumentcomplete). however, lot of work in browsers done through ajax calls (which use xmlhttprequest).

is there way subscribe events tracking when ajax call occurred , finished in ie?

the official way create changelog using ihtmlchangesink. it's not complicated, it's bit tedious implement don't lose requests.

i think best way may create http proxy server, use internetsetoption set proxy (note first argument null set current process) local http proxy server.


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -