passthruapp icon indicating copy to clipboard operation
passthruapp copied to clipboard

can not get url if url is passed from command line

Open yiwiz-sai opened this issue 7 years ago • 1 comments

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...)

yiwiz-sai avatar Nov 29 '17 22:11 yiwiz-sai

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.

ericlaw1979 avatar Oct 03 '18 21:10 ericlaw1979