passthruapp
passthruapp copied to clipboard
can not get url if url is passed from command line
for example: open cmd, input "start www.google.com"
in IE10 and IE11, passthruapp can not get first request notification in any callback (start, BeginningTransaction, OnResponse...)
IIRC, in IE9 we added a feature to IE such that we'd do an early kickoff of the first network request, loading the rest of the browser in parallel. Unless that feature is disabled (there was some registry key with a name like |prebinding| ) all extensions are loaded after that first request goes out.