The question: Is it possible to execute code in IE7 before every HTTP request?

The situation: Work PC forces IE7 (and only IE7). Work internet connection goes through proxy (several proxy servers are available to choose from). IE7 allows only two concurrent connections to any given /web server/ by default. Security folks at work won't allow change to this setting. IE7 DEFECT allows only two concurrent connections to entire Internet when flowing through proxy server (b/c it applies the "web server" connection limit to the /proxy server/).

The problem: Having only two concurrent connections to the entire Internet makes for a very bad user experience on most modern sites.

The idea: Can I solve this problem by developing some sort of browser addon/etc that points IE7 to a new proxy before every HTTP request (seems absurd, but I think it might yield a better user experience than stock IE7 behind proxy). That is, I'm wondering if it would give me more than two concurrent connections to the Internet while browsing.

EDIT: I've found BeforeNavigate2 event in Internet Explorer ( think it fires for both sync and async requests). I'm curious to find out if I can hook that event and carousel through a known list of proxy servers before each request.

link|improve this question

feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.