Back to product page
- Introduction
- License agreement
- Getting Started
- Objects
- Enumerations
- wodHttpDLX
- Methods
- Properties
- Authentication
- AutoRedirect
- BindIP
- Blocking
- CertErrors
- Certificate
- Compression
- Hostname
- HTTPversion
- IgnoreCertErrors
- KeepAlive
- LastError
- LastErrorText
- LocalCertBag
- Login
- MyHostname
- MyIP
- Notification
- Password
- Port
- ProxyAuthentication
- ProxyHostname
- ProxyLogin
- ProxyPassword
- ProxyPort
- ProxyType
- Request
- Response
- Secure
- Socket
- SSLCipherList
- State
- Timeout
- URL
- UseIPv6
- Version
- Events
- wodHttpNotify
- HttpCookie
- HttpCookies
- HttpHeader
- HttpHeaders
- HttpRequest
- HttpRequestFormPost
- HttpRequestFormUpload
- HttpResponse
- How to get support?
- Technical information
- Fast notifications interface
- Error list
Authentication property
Determines type of authentication with the web server.
Type
A HttpAuthentications enumerationSyntax
- Basic
object.Authentication [= value]
The Authentication(object,value) syntax has these parts:
The Authentication(object,value) syntax has these parts:
object | An expression evaluating to an object of type wodHttpDLX. |
value | A HttpAuthentications enumeration, as described in settings. |
Remarks
The settings for value are:Constant | Value | Description |
---|---|---|
AuthNone | 0 | No authentication |
AuthAutomatic | 1 | Auto select authentication |
AuthBasic | 2 | Basic authentication |
AuthNTLM | 3 | NTLM authentication |
AuthDigest | 4 | Digest authentication |
AuthWindowsIntegrated | 5 | Windows Integrated authentication |