Unknown Client Info

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In my web application, I use Request.Browser.Platform and Request.Browser.Browser (with C#) to get client information, I got the correct information for all clients but one, for this client, my code told me client's platform and browser are unknown, but client told me he has Windows XP and IE 6.0
Any body knows why
And the following code with JavaScript tells the right thing
navigator.appVersion, navigator.platform
 
Possibly a firewall type program is filtering out that info. I haven't used
Norton Firewall in ages but if I remember rightly, you could configure it so
it would hide "personal" information such as browser type, operating system,
etc.

SSD said:
In my web application, I use Request.Browser.Platform and
Request.Browser.Browser (with C#) to get client information, I got the
correct information for all clients but one, for this client, my code told
me client's platform and browser are unknown, but client told me he has
Windows XP and IE 6.0.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top