Reputation: 1907
What do MDDR means in a user agent string?
Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; MDDR; InfoPath.1; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; OfficeLiveConnector.1.4; OfficeLivePatch.1.3)
Upvotes: 8
Views: 1170
Reputation: 964
I encountered this user-agent almost 10 years after this question is asked and this is what I found.
The description of the MDDR / MDDRJS
fragment is Dell.
Source: https://developers.whatismybrowser.com/learn/unknown-user-agent-fragments/
Upvotes: 0
Reputation: 4592
Most puzzling, this question has been asked since a while ;)
My hunch based on http://www.zytrax.com/tech/web/msie-history.html and http://www.vistaheads.com/forums/microsoft-public-internetexplorer-general/460619-what-do-mddr-stands-user-agent-string.html and http://dell.msn.com/?pc=MDDC is that MDDR is a variant of MDDC and basically it would be an OEM modified version (by Dell) of IE.
Upvotes: 2
Reputation: 28167
Wikipedia has this listed this abbreviation as Mobile DDR - http://en.wikipedia.org/wiki/MDDR
Upvotes: -1
Reputation: 21757
Not too sure, but some links that might be of help:
http://sillydog.org/forum/sdt_15762.php : User forum that displays user agent strings. There's a member of the Bing outreach team (bingnate) who has that in his user agent strings. You might be able to ask him.
http://user-agent-string.info User agent analyzer.
Upvotes: 0