Now, this sounds very strange but we have an application which supports only particular browsers and in order to keep a close look on alll the requests coming, we have a log server which logs all the detailed information about incoming request's userAgent.
Now, some of the IPad users complained that they used to see NotSupported.html page, which is the page we redirect users to when the page is not supported. They ONLY see it sometime.
We we looked at our logs and sometimes Ipad requests were coming a Mozilla 0.
I am using HTTpRequesBase's UserAgent Property to read it. and I am not sure why IPad identifies it self as mozilla 0 and that also ONLY sometimes. Anyone ahd similar experince?