WB_AuthType - authentication method

Syntax
WB_AuthType=any valid WBSP constant

Syntax example
WB_AuthType=C

Valid inputs
This variable accepts following WBSP constants:

Default value
B

Description
This variable defines authentication method that will be used. Its value can be set only in HTAccess file in section [Authentication] and valid values are B for basic authentication, D for digest authentication and C for server-side cookie authentication. Basic authentication is default, but some servers do not support it or they require additional configuration. Cookie authentication method is supported by all web servers.

This variable cannot be set by HTML form.