REST.Authenticator.Basic.THTTPBasicAuthenticator

提供: RAD Studio API Documentation
移動先: 案内検索

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

Delphi

THTTPBasicAuthenticator = class(TCustomAuthenticator)

C++

class PASCALIMPLEMENTATION THTTPBasicAuthenticator : public Rest::Client::TCustomAuthenticator

プロパティ

種類 可視性 ソース ユニット
class public
REST.Authenticator.Basic.pas
REST.Authenticator.Basic.hpp
REST.Authenticator.Basic REST.Authenticator.Basic


説明

HTTP 基本認証を実装したものです。

THTTPBasicAuthenticator では、ユーザー名パスワードが含まれた値を要求の HTTP ヘッダーに埋め込みます。RFC2617 で規定されているように、ユーザー名パスワードは Base64 でエンコードされます。

ヘッダーは要求ごとに埋め込まれます。

関連項目