Description
-
This is list of of values that determine if your WEB server
requires authentication, or is optional. When authentication is
required, wodWebServer will not allow any requests to arrive unless
user is authenticated. When authentication is optional, request will
be accepted and
RequestDone will be raised. At that point you can check if Login
and Password properties are correct - and perhaps return different
response based on that evaluation.
You should specify this value in
Authentication property.
Members
-
 |
AuthOptional |
0 |
Authentication with the server is
optional. |
 |
AuthRequired |
1 |
Authentication with the server is
required. |
|