How can I tell if a connection to my servlet is via a secure channel (i.e., HTTPS instead of HTTP)?
Created May 4, 2012
John Mitchell Use the servlet request's isSecure() or getAuthType() methods.
Created May 4, 2012