REST.Authenticator.Basic.THTTPBasicAuthenticator
Delphi
THTTPBasicAuthenticator = class(TCustomAuthenticator)
C++
class PASCALIMPLEMENTATION THTTPBasicAuthenticator : public Rest::Client::TCustomAuthenticator
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | REST.Authenticator.Basic.pas REST.Authenticator.Basic.hpp |
REST.Authenticator.Basic | REST.Authenticator.Basic |
Description
Implements the HTTP basic authentication.
THTTPBasicAuthenticator embeds a value containing the username and password into the HTTP header of the request. As RFC2617 defines, the username and password are Base64-encoded.
The header is embedded for each request.
See Also
- REST.Authenticator.OAuth.TOAuth1Authenticator
- REST.Authenticator.OAuth.TOAuth2Authenticator
- REST.Authenticator.Simple.TSimpleAuthenticator
- REST.Authenticator.Basic.THTTPBasicAuthenticatorAdapter
- REST.Authenticator.Basic.TSubHTTPBasicAuthenticationBindSource
- REST.Authenticator.Basic.THTTPBasicAuthenticator.Username
- REST.Authenticator.Basic.THTTPBasicAuthenticator.Password