Returns the enable authentication flag setting.

Syntax

Response = HTTP_Services('GetEnableAuthenticationFlag')

Returns

A Boolean value indicating whether or not authentication is enabled for this web application. This is used by the HTTP_Authentication_Services routine to determine if any authentication should be attempted.

Parameters

N/A

Remarks

It pulls this from SRP_HTTP_FRAMEWORK_SETUP <4>. Note: Only an explicit setting of False (0) will turn this flag off.

  • No labels