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.