ad_secure_conn_p

one of the documented procedures in this installation of the ACS
Usage:
ad_secure_conn_p
What it does:
Returns true if the connection [ns_conn] is secure (HTTPS), or false otherwise.
Defined in: /web/philip/packages/acs-core/security-procs.tcl

Source code:


    return [regexp {^https:} [ns_conn location]]


philg@mit.edu