c# - Detecting SSL Browser support -


How can you find out if the client browser has SSL support? I am not referring to the server variable HTTPS_ *. I want to be able to determine that the browser does not have any SSL support.

P. s. I know this is possible because this company () has a product that can even detect when you unselect SSL support from your browser options.

All browsers have SSL support (duration). Nobody is releasing a browser that can not be used. HTTPS is a security requirement and in addition to OWASP A3: broken authentication and session management.


Comments