REST.Authenticator.Basic.THTTPBasicAuthenticator
Delphi
THTTPBasicAuthenticator = class(TCustomAuthenticator)
C++
class PASCALIMPLEMENTATION THTTPBasicAuthenticator : public Rest::Client::TCustomAuthenticator
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
class | public | REST.Authenticator.Basic.pas REST.Authenticator.Basic.hpp |
REST.Authenticator.Basic | REST.Authenticator.Basic |
Description
Implémente l'authentification de base HTTP.
THTTPBasicAuthenticator intègre une valeur contenant le nom d'utilisateur et le mot de passe dans l'en-tête HTTP de la requête. Selon la spécification RFC2617, le nom d'utilisateur et le mot de passe sont encodés en base64.
L'en-tête est intégré pour chaque requête.
Voir aussi
- 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