This question already has an answer here:
When i myself send many request to the server and found a little thing amazing that
in IE if i choose opera user string that the value of user string was
User-Agent Opera/9.80 (Windows NT 6.1; U; en) Presto/2.2.15 Version/10.00
but if i choose other browser in internet explorer that he put Mozilla 5.0 in the user string first.
when i send the ajax request from chrome that i found same thing that they put user string
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.20 (KHTML, like Gecko) Chrome/11.0.672.2 Safari/534.20
i found that Mozilla is organization no matter for Google and Microsoft. prehaps he was competitor for both. Why MSFT and google both put mozilla in their user agent. any reason for putting mozilla in connection string.
Why chrome and IE both put mozilla in userstirng when they send the request. i am not know why but any specific reason for that.