RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebRequest.Authorization Property

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

Pascal
property Authorization: string;
C++
__property AnsiString Authorization;

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

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

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!