Custom Search Tailored for Microsoft .NET  
Aspexception.com Skip Navigation Links
Error RepositoryExpand Error Repository
.NET ResourcesExpand .NET Resources
About
Skip Navigation LinksHome > .NET Resources > ASP.NET Basics > Web Browser User Agents
Web Browser User Agent
User-Agent for Internet Browser 6.x
               
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)
                
User-Agent for Internet Browser 7.x
               
Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; .NET CLR 1.1.4322; .NET CLR 2.0.50727)
                
User-Agent for Firefox 1.0
               
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.6) Gecko/20050317 Firefox/1.0.2
                
User-Agent for Firefox 1.5
               
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.12) Gecko/20070508 Firefox/1.5.0.12
                
User-Agent for Apple Safari
The complete user-agent string for Safari 2 and below running on Mac OS X with a PowerPC or Intel processor:
Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/XX (KHTML, like Gecko) Safari/YY

Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en) AppleWebKit/XX (KHTML, like Gecko) Safari/YY
                

For each, "XX" is the build version of the web technology framework used by Safari and "YY" is the build version of the Safari application.

The complete user-agent string for Safari 3 running on Mac OS X with a PowerPC or Intel processor and Windows:

Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/XX (KHTML, like Gecko) Version/ZZ Safari/YY

Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en) AppleWebKit/XX (KHTML, like Gecko) Version/ZZ Safari/YY

Mozilla/5.0 (Windows; U; Windows NT 5.1; en) AppleWebKit/XX (KHTML, like Gecko) Version/ZZ Safari/YY
                

Safari 3 or greater on all platforms contains the additional Version/ZZ portion in the user-agent string - where "ZZ" is the Safari family version number. The following example shows the build version of the web technology framework: 523.15; Safari Family version number: 3.0;

Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/523.15 (KHTML, like Gecko) Version/3.0 Safari/523.15

The complete user-agent string for Safari 3 running on iPhone:

Mozilla/5.0 (iPhone; U; CPU like Mac OS X; en) AppleWebKit/XX (KHTML, like Gecko) Version/ZZ Mobile/WW Safari/YY
                
User-Agent for Netscape Communicator 4.8
                
Mozilla/4.8 [en] (Windows NT 5.0; U)
                
This information is not enough to tell the Browser information. You need to use navigator.appName to get further information. For Navigator Communicator 4.8, appName will return: Netscape.
User-Agent for Netscape 7.x
                
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040804 Netscape/7.2 (ax)
                
Site Map  Copyright © Aspexception.com 2008. All rights Reserved. Terms of Use