http ProxyPassword property
Return to Introduction  Previous page  Next page
Applies to
auHTTP and auAutoUpgrader components as subproperty of Proxy structure.  

Declaration
property ProxyPassword: String;  

Description
The ProxyPassword property specifies the password required for connection via proxy server, if it's require secure authentication.  
 
tip Alternativaly you can write OnProxyAuthenticationRequest event handler and specify proxy username and password dynamically.  

Note
iiwarning If your proxy server uses some "challenge-response" authentication scheme — please make sure that ioKeepConnection option of the InternetOptions is set to True. Otherwise, connection with proxy could be dropped.  

See also
ProxyUsername and InternetOptions properties;  
OnProxyAuthenticationRequest event.  
File not found.