For free IE tweaks and enhancements (handpicked by EricLaw), please visit http://www.EnhanceIE.com.

About the User-Agent String

The User-Agent (or UA) string is sent along in the headers of every HTTP request so the server knows what type of browser is making the request. For a quick refresher on the User-Agent string, check out George Shephard's article in MSDN Magazine. Two MSDN articles describe User-Agent headers: Understanding User-Agent Strings, and Best Practices for detecting the Internet Explorer version.

Want Internet Explorer to simulate another version? 


 IE8 users: check out the free User-Agent Picker add-on, which enables changing your UA string without restarting the browser.


Otherwise, run one of the following scripts and restart all browser instances to see the change:


Your browser sent the following headers:
Cache-Control: no-cache
Connection: close
Pragma: no-cache
Accept: Accept: application/xhtml+xml,text/html;q=0.9,text/plain;
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Accept-Encoding: gzip
Accept-Language: en-us,en;q=0.5
Host: www.enhanceie.com
User-Agent: CCBot/1.0 (+http://www.commoncrawl.org/bot.html)

ASPNET's HTTPBrowserCapabilities object reports that, based on the User-Agent, your Browser has the following capabilities:
Type = Unknown
Name = Unknown
Version = 0.0
Major Version = 0
Minor Version = 0
Platform = Unknown
Is Beta = False
Is Crawler = False
Is AOL = False
Is Win16 = False
Is Win32 = False
Supports Frames = False
Supports Tables = False
Supports Cookies = True
Supports VBScript = False
Supports JavaScript = False
Supports Java Applets = False
Supports ActiveX Controls = False

Document mode
©2003-2008 Microsoft Corporation