You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Returns the enable authentication flag setting.

Syntax

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.

  • No labels