"X-UA-Compatible: IE=8" header was sent

Your User-Agent String

Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)


About the User-Agent String

The User-Agent (or UA) string is sent along in the headers of every HTTP request so the server knows what type of browser is making the request. For a quick refresher on the User-Agent string, check out George Shephard's article in MSDN Magazine. Two MSDN articles describe User-Agent headers: Understanding User-Agent Strings, and Best Practices for detecting the Internet Explorer version.

Want Internet Explorer to simulate another version? 

IE8 users: Check out the free User-Agent Picker add-on, which enables changing your UA string without restarting the browser.

Otherwise, run one of the following scripts and restart all browser instances to see the change:


Your browser sent the following headers:
Connection: Keep-Alive
Accept: */*
Accept-Encoding: gzip, br
Cookie: care_did=263b97c5-881c-4655-95b7-ae7a388d163f; organic_source=https%3A%2F%2Fsprutcam.com%2Fpowered-by-sprutcam-de%2Fcnc-milling-by-newdevfab; handl_landing_page=https%3A%2F%2Fsprutcam.com%2Fpowered-by-sprutcam-de%2Fcnc-milling-by-newdevfab; handl_original_ref=https%3A%2F%2Fsprutcam.com%2Fpowered-by-sprutcam-de%2Fcnc-milling-by-newdevfab; handl_ref=https%3A%2F%2Fsprutcam.com%2Fpowered-by-sprutcam-de%2Fcnc-milling-by-newdevfab; organic_source_str=Internal; user_agent=Mozilla%2F5.0%20AppleWebKit%2F537.36%20%28KHTML%2C%20like%20Gecko%3B%20compatible%3B%20ClaudeBot%2F1.0%3B%20%2Bclaudebot%40anthropic.com%29; handl_url_base=https%3A%2F%2Fsprutcam.com%2Fpowered-by-sprutcam-de%2Fcnc-milling-by-newdevfab%2F; handl_ip=18.188.188.152; handl_url=https%3A%2F%2Fsprutcam.com%2Fpowered-by-sprutcam-de%2Fcnc-milling-by-newdevfab%2F; HandLtestDomainNameServer=HandLtestDomainValueServer
Host: webdbg.com
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
cf-ray: 9060a1be19100593-IAD
x-forwarded-for: 18.188.188.152
CF-IPCountry: US
X-Forwarded-Proto: https
CF-Visitor: {"scheme":"https"}
cdn-loop: cloudflare; loops=1
CF-Connecting-IP: 18.188.188.152
X-Original-URL: /ua8.aspx

ASPNET's HTTPBrowserCapabilities object reports that, based on the User-Agent, your Browser has the following capabilities:
Type = Mozilla
Name = Mozilla
Version = 0.0
Major Version = 0
Minor Version = 0
Platform = Unknown
Is Beta = False
Is Crawler = False
Is AOL = False
Is Win16 = False
Is Win32 = False
Supports Frames = True
Supports Tables = True
Supports Cookies = True
Supports VBScript = False
Supports JavaScript = True
Supports Java Applets = False
Supports ActiveX Controls = False

Document mode  clientCaps Info

The following script commands will generate a text file containing all UA-override registry settings.
reg query "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\User Agent" /s > Reg.txt
reg query "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\User Agent" /s >> Reg.txt
reg query "HKLM\Software\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\User Agent" /s >> Reg.txt
reg query "HKCU\SOFTWARE\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\User Agent" >> Reg.txt
reg query "HKLM\Software\Microsoft\Windows\CurrentVersion\Internet Settings\User Agent" /s >> Reg.txt
reg query "HKLM\SOFTWARE\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\User Agent" >> Reg.txt



©2003-2010 Microsoft Corporation