On 2011-08-22 at 15:22 -0700, Paul Heinlein wrote:
> IE seems to be ignoring 401 and/or the WWW-Authenticate headers. Using 
> Chrome on Windows works fine; the issues are specific to IE.
> 
> Any ideas? My google-fu has failed me.

<IfModule mod_setenvif.c>
  BrowserMatch "MSIE ([^;]+);" MSIE=$1
  <IfModule mod_headers.c>
    Header set X-UA-Compatible chrome=1 env=MSIE
  </IfModule>
</IfModule>

Should work for you, if you then install ChromeFrame for the users.
  
http://www.chromium.org/developers/how-tos/chrome-frame-getting-started/chrome-frame-faq#TOC-For-Administrators
  
http://www.chromium.org/developers/how-tos/chrome-frame-getting-started/chrome-frame-administrator-s-guide

I use that framework to set X-UA-Compatible to IE=Edge,chrome=IE6 for
MSIE browsers, so that I can ignore IE6 as much as possible.  But that's
for my personal sites, not commercial services.

(Ideally of course, you'll get IE9 working, but there is a work-around
 available for you there, if you wish.)

-Phil
_______________________________________________
Tech mailing list
[email protected]
https://lists.lopsa.org/cgi-bin/mailman/listinfo/tech
This list provided by the League of Professional System Administrators
 http://lopsa.org/

Reply via email to