What a User Agent String Contains
A user agent string is a line of text every browser sends with each web request, identifying the browser name and version, rendering engine, operating system, and sometimes CPU architecture and device type. A typical desktop Chrome string looks like Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36, which this parser breaks down field by field.