Web TechnologiesAlso called: "user agent", "browser string"
User agents help servers deliver appropriate content and detect bots.
Format
Mozilla/5.0 (Windows NT 10.0; Win64; x64)
AppleWebKit/537.36 (KHTML, like Gecko)
Chrome/120.0.0.0 Safari/537.36
Information revealed
- Browser name and version.
- Operating system.
- Device type (mobile, tablet, desktop).
- Rendering engine (WebKit, Gecko, Blink).
Use cases
- Serve mobile vs desktop layouts.
- Browser feature detection.
- Analytics and tracking.
- Bot detection and blocking.
Security considerations
- Easily spoofed (not reliable for security).
- Can be used for fingerprinting.
- Privacy concern (reveals system details).
- Should never be sole authentication factor.
Related Tools
Explore More Web Technologies
View all termsAPI Endpoint
A specific URL where an API can be accessed, representing a function or resource in a web service.
Read more →HTTP Status Codes
Three-digit codes returned by web servers to indicate the result of an HTTP request.
Read more →Link Rot
The phenomenon where hyperlinks become permanently unavailable as web pages are moved or deleted.
Read more →