Back to Who Am I?
Who Am I? — Help & Documentation
View your browser's IP address, user agent, HTTP headers, and request details. Useful for debugging crawling issues and understanding how bots see your site.
Information Provided
Network Details
- IP Address: Your public IP address
- Host: The domain you are accessing
- Origin: Request origin information
- Referrer: Previous page URL
Browser Information
- User Agent: Complete browser identification string
- Platform: Operating system details
- Language: Preferred languages
- Accept Headers: Supported content types
HTTP Headers
- Accept-Encoding (compression support)
- Accept-Language (language preferences)
- Cache-Control directives
- Connection type
- Cookie information
- Security headers
Use Cases
SEO & Debugging
- Test how search bots see your site
- Debug crawling issues
- Verify user agent detection
- Check IP-based restrictions
- Analyze referrer information
Security & Analytics
- Identify potential bot traffic
- Check for proxy usage
- Verify geographic location
- Analyze header fingerprinting
- Debug authentication issues
Common Bot User Agents
| Bot | User Agent Pattern | Purpose |
|---|---|---|
| Googlebot | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) | Google search indexing |
| Bingbot | Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) | Bing search indexing |
| FacebookBot | facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php) | Facebook link previews |
| Twitterbot | Twitterbot/1.0 | Twitter card generation |
Understanding the Results
IP Address Information
Your IP address can reveal your general geographic location and internet service provider. If you are using a VPN or proxy, you will see that server's IP instead of your actual one.
User Agent String
The user agent string identifies your browser, operating system, and device type. This helps websites serve appropriate content and helps you understand how bots identify themselves.
Security Headers Reference
- X-Forwarded-For: Original IP address through a proxy
- X-Real-IP: Actual client IP address
- Sec-Fetch-*: Request context information
- DNT: Do Not Track preference