Internet Direct (Indy)
Home
PreviousUpNext
TIdHTTPRequestInfo.AuthPassword Property

Specifies the authorization password for a HTTP request.

Pascal
property AuthPassword: string;

AuthPassword is a read-only String property that specifies the password from the HTTP header "Authorization:" in the HTTP request. 

AuthPassword is used with AuthUsername to determine the full content of the basic authorization header value. 

Use AuthExists to determine if the AuthUsername and AuthPassword properties are used in the HTTP request.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.