Detect if the connection is via a secure channel
|
12-14-2010, 08:43 AM
Post: #1
|
|||
|
|||
Detect if the connection is via a secure channel
Use the servlet request's isSecure() or getAuthType() methods. Or you look at these HTTP headers : CERT_KEYSIZE , CERT_KEYSIZE, HTTPS_KEYSIZE
|
|||
« Next Oldest | Next Newest »
|