RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebResponse.FormatAuthenticate Method

Lists of one or more comma-separated challenges provided when the request fails with StatusCode 401 (Unauthorized).

Pascal
function FormatAuthenticate: AnsiString;
C++
__fastcall AnsiString FormatAuthenticate();

FormatAuthenticate returns the value of WWWAuthenticate if Realm is an empty string. If it is not empty, it returns a name/value pair describing the realm of the WWWAuthenticate property. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!