Internet Direct (Indy)
Home
PreviousUpNext
TIdHTTPRequestInfo.AuthUsername Property

Specifies the authorization user name for the HTTP request.

Pascal
property AuthUsername: string;

AuthUsername is a read-only String property that specifies the user name from the HTTP "Authorization:" header in the HTTP request. 

AuthUsername is used with AuthPassword 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.