RidgeStar
About
Locations
Manual
Preface
Introduction
Versions
Concepts
Construction
Usage
Operations
Assignment
Bulk Load
Data Prep...
Direct Deposit
Finances
Mail
Options
Messaging
Notification
Privacy
Reset Password
Schedule
UID Allocation
UID and SRC
User-Agent
USSF_API
Welcome
Questions
Features
Settings
Internals
Appendices
Reference
Service
Logon
RidgeStar

Manual: Operations-User-Agent

Logontranslate
Get Started |Calendar |Locations

Background

Most Visitors to a RidgeStar site utilize a Program or App known as a BrowserBrowser (e.g. Chrome, FireFox, Opera, Edge, Safari, etc.) that operates within a SystemSystem (e.g. Windows, Mac OS, Fedora, Chrome OS, iPad, iPhone, Android, etc.) on some Hardware Device (Desktop, Mobile, Robot, etc.). When a Visitor contacts one of the RidgeStar websites, a routine to categorize the requestor's environment (Device, System, and Browser) gets control. It (the routine) will utilize one of the following approaches to categorize the requestor:

  • Browser provided Client Hints (if available)
  • parse and interpret the Browser provided User-Agent

A more generalized description of these mechanisms are available from Wikipedia at User-Agent-> and Client Hints->

User-Agent

A User-Agent (for the purposes of the RidgeStar world) is a simple character string that describes the capabilities and environment related to a Program that is operating in a computer somewhere that requests information from a RidgeStar server. The RidgeStar server interprets the request for information and responds, as appropriate, to properly presented requests.

The requesting Program will traditionally provide a character string identified as the User-Agent that is intended to describe the Program's operating environment and it's general capabilities. For a variety of reasons, the User-Agent string has some "reliability problems" (for a chuckle, have a look at WebAIM's History of the browser user-agent string->).

If a more specific example of the User-Agent string helps, here's what your Browser has reported:

claudebot

However, even with all these issues, the User-Agent offers us (RidgeStar and the Webmaster for each Client Site), one of the few ways to identify and generally categorize the type of characteristics a VisitorVisitor to the site has. Keep in mind that the User-Agent is not reliable as a result of it's heritage, but...it is what it is and for most website access it offers a basic way to look at the types of visits that are occurring.

Device, System, and Browser

Each time a connection is made with a RidgeStar website (when a SessionSession is initialized), the RidgeStar code analyzes the Client Hints (if available) and then the User-Agent character string that was sent by the Program and attempts to extract identifying characteristics associated with the Visitor's environment, which is then recorded in the Activity table as follows:

Device (current User-Agent: Desktop)
Identifies the general Type of Device that is associated with the Visitor. Values you may find are: Desktop, Mobile, Robot, or Script. This grouping should not be taken literally, but provides a reasonable way to summarize the sorts of traffic a site is experiencing.
System (current User-Agent: Unknown)
Identifies the operational environment that is in executing in the Device (most often the "operating system" on the Device). Examples are Windows, MacOS, iPhone, Android, Linux, Fedora, etc. Where available, we also record the numeric release levels of the specific System (Windows 10, Mac OSX 10.15, Android, etc.). When Device=Robot, we make efforts to identify the specific robot (e.g. GoogleBot) and the associated Version of same, if available.
Browser
Identifies the operational Program designed to retrieve and display HTML (if a Browser is identifiable). Examples are Chrome, Firefox, Opera, IE, Edge, etc. Where available, we also record the major numeric release levels of the specific Browser (Firefox 95, Edge 96, Safari 15, Chrome 96).

It is important to note that, as documented, the information provided by the requestor may (or may NOT) report or inform the Server about the "truth" associated with the requestor. In fact, some Program's even permit the end user to pick and choose the information they would like to pretend to be. Thus, while the basic information being reported can be useful to identify general trends and usage levels, the smart webmaster will realize that the Device, System, and Browser are simply informational in nature.

RidgeStar (as the technicians behind the sites) goes to extensive efforts to avoid using the information provided by the Requestor to prepare HTML for transmission so that the resulting HTML will be acceptable to the widest range of Visitors possible.

Conclusion

While the information available in the Operations area of most RidgeStar sites (e.g. Administrator: Operations), can be beneficial generally, DO be careful about reading too much into the accuracy of the data. Trends can certainly be accepted about which sorts of Hardware and Software is probably being used, but....be very careful about assuming that the information you see is absolutely true.

Perhaps (hopefully???), the web will eventually figure out how to make all this work more reliably and with a higher degree of accuracy. But, until then, use what you see wisely and we'll be fine.