Returns whether the Request specififed was made over a secure connection.
Syntax
isSecure( request )
request.isSecure( )
Parameters
request
|
the request object to use.
|
Returns
boolean
|
whether the Request specified was made over a secure connection.
|
Notes
This method is only accessible by ss and by iScript Servlet.
Example
is_secure = Request( ).isSecure( )
|