Forum Discussion

earton_25699's avatar
earton_25699
Icon for Nimbostratus rankNimbostratus
Mar 21, 2009

iRule for IE8

With the release of IE8 yesterday, I need to be able to automatically make users who have IE8 installed to be forced into an IE7 compatible mode. I have read some articles on Microsoft that details doing this by the use of the following commands

 

 

 

 

 

 

 

 

 

 

 

 

Is it possible to do the same thing in an iRule when a client connects to a virtual server which hosts IIS servers.

 

 

Could I use the following

 

 

HTTP::respond [content ] [noserver] [ ]+

 

 

If so, what values would I put where?