Internet Explorer 8 user-agent
I was playing around with Fiddler today and found something interesting. Version 2.0 has a user-agent switch containing Internet Explorer 8. The user-agent string is as follows:
Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64)
For those of the non-user-agent-string-understanding tribe, it basically indicates Internet Explorer 8.0 (MSIE 8.0) running on Windows 2003 (Windows NT 5.2) 64-bit in 32-bit compatibility mode (WOW64). I don’t know that this indicates anything other than IE8 must be on the way if it’s already being spoofed in a Microsoft tool (insert joke here).
Disclaimer: Any viewpoints and opinions expressed in this article are those of Nicholas C. Zakas and do not, in any way, reflect those of my employer, my colleagues, Wrox Publishing, O'Reilly Publishing, or anyone else. I speak only for myself, not for them.
Both comments and pings are currently closed.




2 Comments
The UA string override for IE8 was available in Fiddler before IE7 shipped, based on the expected future UA string.
The intent is to encourage folks to develop any UA-string detection with the future in mind.
EricLaw [MSFT] on December 19th, 2007 at 11:05 am
For the historians in the audience, that particular UA spoof was in v1.2.0.7, released in August 2006.
EricLaw [MSFT] on December 19th, 2007 at 11:37 am
Comments are automatically closed after 14 days.