Collect support details
Gather the browser string, language, and timezone that support or QA teams need for reproduction.
🔒 Browser-side processing
Check IP, user-agent, language, and timezone quickly.
Guide
Review current browser IP, User-Agent, language, and timezone values to reproduce environment-specific issues.
Gather the browser string, language, and timezone that support or QA teams need for reproduction.
Confirm the externally visible IP when using a VPN, proxy, office network, or mobile network.
Use the values in logs, support tickets, and QA notes after reviewing what should be shared.
Workflow
Examples
Input
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36
Output
Browser Chrome 131
OS macOS
Engine WebKit/Blink
Troubleshooting
A VPN, corporate proxy, or mobile carrier NAT shows the exit server address. IP-based geolocation is indicative only.
Chrome reduces the detail it reports in the User-Agent for privacy. Newer macOS versions still report 10_15_7, so use Client Hints when you need the real version.
Review
IP-based location can differ from physical location because of VPNs, proxies, carriers, and office networks.
Modern browsers may reduce or freeze User-Agent details for privacy. Feature detection is more reliable for capability checks.
Related