Web.HTTPApp.TWebRequest.Authorization

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Authorization: string index 28 read GetStringVariable;

C++

__property System::UnicodeString Authorization = {read=GetStringVariable, index=28};

Properties

Type Visibility Source Unit Parent
property public
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp TWebRequest

Description

Reports the value of the Authorization header of the HTTP request message.

Read Authorization to check whether the client that sent the request message has provided the correct authentication information. Authorization allows the Web application to provide limited access to the resource specified by the URL property.

For more information about HTTP authentication schemes, see the Internet standards documentation.

See Also