Answered by:
is there any way to retrieve browser current setting?

Question
-
User1269502655 posted
Hello,
is there any way to retrieve browser current setting? if so How Can I do this?
I used System.Web.HttpBrowserCapabilities browser = Request.Browser; , but that tells what browser is capable of doing it, NOT current setting of client browser.
I want to know, current setting of browser, How can I achieve this?
Thanks
max
Friday, July 25, 2014 2:04 PM
Answers
-
User-821857111 posted
No - there is no way to do that. There might be ways to establish particular settings via other means, but there is no way to establish the overall user settings/preferences of any program on the client machine.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Friday, July 25, 2014 3:01 PM
All replies
-
User-821857111 posted
Which setting?Friday, July 25, 2014 2:06 PM -
User1269502655 posted
What I mean to say is that Browser current setting.
For instance in IE browser Go to Tools > Internet Options > Advance (Tab) > Security ( SSL 2.0, SSL 3.0, TLS 1.0 etc..)
I want to know, what box is checked and or not. Is it possible, if yes How do I do this.
Thanks
max
Friday, July 25, 2014 2:49 PM -
User-821857111 posted
No - there is no way to do that. There might be ways to establish particular settings via other means, but there is no way to establish the overall user settings/preferences of any program on the client machine.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Friday, July 25, 2014 3:01 PM -
User753101303 posted
Hi,
And your goal is ? You could configure your server to refuse those you don't want (if this is what you want).
Friday, July 25, 2014 4:42 PM