REST.Authenticator.Basic.THTTPBasicAuthenticator

De RAD Studio API Documentation
Aller à : navigation, rechercher

REST.Client.TCustomAuthenticatorData.Bind.ObjectScope.TBaseObjectBindSourceDelegateData.Bind.Components.TBaseLinkingBindSourceTHTTPBasicAuthenticator

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