Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Returns the enable authentication flag setting.

Syntax

Code Block
Response = HTTP_Services('GetFlushCacheFlag')

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.