$Web_Secure

From m204wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Check if thread running on secure port

$Web_Secure indicates if the thread is running on a secure (SSL) port.

Syntax

%rc = $Web_Secure

$Web_Secure takes no arguments and returns a status code:

Code Meaning
0 Not on a secure port, or not a Web Server thread.
1 Web Server thread running on a secure (SSL) port.