User-Agent
- How I read a user-agent string without pretending it is clean data
A user-agent string can hint at browser, engine, operating system, and device, but it is messy and sometimes intentionally misleading. The User Agent Parser tool helps me inspect the input and output without writing a …