{"id":4422,"date":"2013-12-06T12:33:00","date_gmt":"2013-12-06T16:33:00","guid":{"rendered":"http:\/\/www.webperformance.com\/load-testing-tools\/blog\/?p=4422"},"modified":"2017-05-16T14:32:10","modified_gmt":"2017-05-16T18:32:10","slug":"ie-11-support-added-in-latest-load-tester-5-5-patch","status":"publish","type":"post","link":"https:\/\/www.webperformance.com\/load-testing-tools\/blog\/2013\/12\/ie-11-support-added-in-latest-load-tester-5-5-patch\/","title":{"rendered":"IE 11 Support Added in Latest Load Tester 5.5 patch"},"content":{"rendered":"<p>Earlier last month, Microsoft began rolling out <a href=\"https:\/\/www.wired.com\/2012\/03\/internet-explorer-the-browser-you-love-to-hate\/\" target=\"_blank\">IE 11<\/a>\u00a0updates for Windows 7 users. Now, with the most recent release of Load Tester 5.5, you can rest assured that Load Tester will continue to allow you to record your testcases using the upgraded IE 11.<\/p>\n<p>IE 11 includes a number of <a href=\"http:\/\/technet.microsoft.com\/library\/dn268945.aspx\" target=\"_blank\">new enhancements<\/a>\u00a0(many of which are reserved for Windows 8.1 customers). However, on Windows 7, users can still benefit from improved performance and standards support.<\/p>\n<p>One of the interesting modifications of note is a <a href=\"http:\/\/blogs.msdn.com\/b\/ieinternals\/archive\/2013\/09\/21\/internet-explorer-11-user-agent-string-ua-string-sniffing-compatibility-with-gecko-webkit.aspx\" target=\"_blank\">new change to IE&#8217;s user agent header<\/a>. Starting with IE 11, the browser will no longer include the &#8220;MSIE&#8221; string to identify itself to web servers. One of the side-effects of this change is improved performance using secure connections with Apache Servers. The following comes from an IE 9 era blog post, which includes a description of the issue between more modern IE browsers and Apache:<\/p>\n<blockquote><p>Prior to IE6, ancient and unpatched versions of IE sometimes encountered connection failures when interacting with HTTPS servers when Keep-Alive is used. That problem was fixed nearly a decade ago, but outdated 1999-era configuration advice continues to harm performance for unaware server administrators:<\/p>\n<p><a href=\"http:\/\/www.modssl.org\/docs\/2.8\/ssl_faq.html#ToC49\" target=\"_blank\">http:\/\/www.modssl.org\/docs\/2.8\/ssl_faq.html#ToC49<\/a><br \/>\n<a href=\"http:\/\/httpd.apache.org\/docs\/2.0\/ssl\/ssl_faq.html\" target=\"_blank\">http:\/\/httpd.apache.org\/docs\/2.0\/ssl\/ssl_faq.html<\/a><br \/>\nSetEnvIf User-Agent &#8220;.*MSIE.*&#8221; \\<br \/>\nnokeepalive ssl-unclean-shutdown \\<br \/>\ndowngrade-1.0 force-response-1.0<\/p>\n<p><a href=\"http:\/\/www.faqs.org\/docs\/securing\/chap29sec245.html\" target=\"_blank\">http:\/\/www.faqs.org\/docs\/securing\/chap29sec245.html<\/a><br \/>\nSSLOptions +ExportCertData +StrictRequire<br \/>\nSetEnvIf User-Agent &#8220;.*MSIE.*&#8221; nokeepalive ssl-unclean-shutdown<br \/>\nSetEnvIf Request_URI \\.gif$ gif-image<br \/>\nCustomLog \/var\/log\/httpd\/ssl_request_log \\<br \/>\n&#8220;%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \\&#8221;%r\\&#8221; %b&#8221; env=!gif-image<br \/>\n&lt;\/VirtualHost&gt;<\/p>\n<p>Four years ago, there was a public call to update the guidance to reflect the fact that users of more modern browsers were paying an unneeded performance penalty. Finally, in June 2010, the default guidance was changed in recognition of the fact that the problem never affected IE6 and later:<\/p>\n<p>BrowserMatch &#8220;.*MSIE [1-5].*&#8221; \\<br \/>\nnokeepalive ssl-unclean-shutdown \\<br \/>\ndowngrade-1.0 force-response-1.0<\/p>\n<p>Unfortunately, many major Apache installations still haven\u2019t been updated with even this guidance. Also, alert readers will spot a very obvious problem with the \u201cnew\u201d regular expression.<\/p>\n<p>In the expression above, any IE version that starts with \u201c1\u201d will be treated as outdated and served connection slowly without Keep-Alive. Internet Explorer 1.0 didn\u2019t even support SSL at all (SSL was added in 2.0), but worse, this loosely-written regular expression will also match future MSIE 10.0, MSIE 11.0, MSIE 12.0 (etc) user-agent strings. Hence, Apache hosts will one day find that the newest browsers are forced into the \u201cslow\u201d lane!<\/p><\/blockquote>\n<p>(The full text of the blog post is available at\u00a0<a href=\"http:\/\/blogs.msdn.com\/b\/ieinternals\/archive\/2011\/03\/26\/https-and-connection-close-is-your-apache-modssl-server-configuration-set-to-slow.aspx\" target=\"_blank\">http:\/\/blogs.msdn.com\/b\/ieinternals\/archive\/2011\/03\/26\/https-and-connection-close-is-your-apache-modssl-server-configuration-set-to-slow.aspx<\/a>.)<\/p>\n<p>The new user agent headers for IE now quietly omit the MSIE string, meaning that communication with Apache servers can finally perform at the same level as it would for a different browser.<\/p>\n<p>Users on Load Tester 5.5 can upgrade to the latest patch at any time by simply using Load Tester&#8217;s built-in Help -&gt; Software Update functionality. Users of previous versions of Load Tester 5.4 are also able to upgrade to 5.5 with a current support contract, or if a complimentary 5.5 license update has been delivered.<\/p>\n<p>Of course, our friendly <a href=\"http:\/\/support.webperformance.com\/\">support<\/a> is always available to answer any questions you may have about Load Tester 5.5 or the upgrade process.<\/p>\n<p>Happy Testing!<\/p>\n<p>-Frank<br \/>\nEngineer at Web Performance, Inc.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Earlier last month, Microsoft began rolling out <a href=\"https:\/\/www.wired.com\/2012\/03\/internet-explorer-the-browser-you-love-to-hate\/\" target=\"_blank\">IE 11<\/a>\u00a0updates for Windows 7 users. Now, with the most recent release of Load Tester 5.5, you can rest assured that Load Tester will continue to allow you to record your testcases using the upgraded IE 11.<br \/>\nIE 11 includes a number of <a href=\"http:\/\/technet.microsoft.com\/library\/dn268945.aspx\" target=\"_blank\">new enhancements<\/a>\u00a0(many of which are reserved for Windows 8.1 customers). However, on Windows 7, users can still benefit from improved performance and standards support.<br \/>\nOne of the interesting modifications of note is a <a href=\"http:\/\/blogs.msdn.com\/b\/ieinternals\/archive\/2013\/09\/21\/internet-explorer-11-user-agent-string-ua-string-sniffing-compatibility-with-gecko-webkit.aspx\" target=\"_blank\">new change to IE&#8217;s user agent header<\/a>. Starting with IE 11, the browser &hellip; <a href=\"https:\/\/www.webperformance.com\/load-testing-tools\/blog\/2013\/12\/ie-11-support-added-in-latest-load-tester-5-5-patch\/\">Continue reading &raquo;<\/a><\/p>\n","protected":false},"author":12,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[34,6],"tags":[23,196,111,49,172],"class_list":["post-4422","post","type-post","status-publish","format-standard","hentry","category-apache-httpd","category-browsers","tag-apache","tag-https","tag-internet-explorer","tag-load-tester","tag-ssl"],"_links":{"self":[{"href":"https:\/\/www.webperformance.com\/load-testing-tools\/blog\/wp-json\/wp\/v2\/posts\/4422","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.webperformance.com\/load-testing-tools\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.webperformance.com\/load-testing-tools\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.webperformance.com\/load-testing-tools\/blog\/wp-json\/wp\/v2\/users\/12"}],"replies":[{"embeddable":true,"href":"https:\/\/www.webperformance.com\/load-testing-tools\/blog\/wp-json\/wp\/v2\/comments?post=4422"}],"version-history":[{"count":11,"href":"https:\/\/www.webperformance.com\/load-testing-tools\/blog\/wp-json\/wp\/v2\/posts\/4422\/revisions"}],"predecessor-version":[{"id":5759,"href":"https:\/\/www.webperformance.com\/load-testing-tools\/blog\/wp-json\/wp\/v2\/posts\/4422\/revisions\/5759"}],"wp:attachment":[{"href":"https:\/\/www.webperformance.com\/load-testing-tools\/blog\/wp-json\/wp\/v2\/media?parent=4422"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.webperformance.com\/load-testing-tools\/blog\/wp-json\/wp\/v2\/categories?post=4422"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.webperformance.com\/load-testing-tools\/blog\/wp-json\/wp\/v2\/tags?post=4422"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}