Who Am I? Tool Documentation
Overview: Get detailed information about your browsing session, IP address, user agent, and HTTP headers. Perfect 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're accessing
- Origin: Request origin information
- Referrer: Previous page URL
Browser Information
- User Agent: Complete browser 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 |
Privacy & Security
Data Handling
This tool displays information that your browser naturally sends with every request. No personal data is stored or tracked. All information shown is already visible to any website you visit.
Understanding the Results
Your IP address can reveal your general geographic location and internet service provider. If you're using a VPN or proxy, you'll see that server's IP instead of your actual one.
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
Common security-related headers you might see:
- X-Forwarded-For: Original IP through proxy
- X-Real-IP: Actual client IP
- Sec-Fetch-*: Request context information
- DNT: Do Not Track preference
Debugging Tips
Bot Detection: Compare your results with known bot user agents.
Geo-blocking: Check if your IP is from expected location.
Headers: Missing headers can indicate bot traffic.