Brettski
Brettski

Reputation: 20101

List of browser as the are listed in IIS logs

Greetings,

I am looking for a list of browser entries as they are listed in an IIS log to help identify the different versions of browsers which visit our sites. Perhaps there isn't a list but an algorithm which should be used to identify different browsers and their versions.

Please note that I am not looking for a log analyzer, but the different values I can expect for browser version in a log. If their isn't a list of these, is there an algorithm I can follow to determine what the browser is and it's version?

Upvotes: 5

Views: 9367

Answers (2)

Kevin
Kevin

Reputation: 8561

The string you're looking for is called the user agent. Whenever you're dealing with these, it is helpful to remember that it can be changed by the end user and therefore shouldn't be completely trusted. With that said, here are some good resources:

Upvotes: 2

Shoban
Shoban

Reputation: 23016

If you are looking for a paid one then here is one for you. And Steve lists from free and open source iis log analyzers here.

Edit: Check this link out from MS Technet which has all the details about log files. Hope this helps.

Upvotes: 0

Related Questions