![]() |
![]() ![]() ![]() |
acHTTP, acAutoUpgrader and acWebImage components.
|
type
|
TacHTTPProxyAuthenticationRequestEvent = procedure(Sender: TObject;
|
var ProxyUsername, ProxyPassword: String;
|
var TryAgain: Boolean) of object;
|
|
property OnProxyAuthenticationRequest: TacHTTPProxyAuthenticationRequestEvent;
|
The OnProxyAuthenticationRequest event should be used to prompt users for their username/password to access the Web via secure proxy server which requires authentication.
|
|
Write this event to prompt and specify the ProxyUsername and ProxyPassword parameters, required for the proxy authentication, and set TryAgain parameter to True, to retry the HTTP query with provided login information.
|
|
![]() |
|
When you specify ProxyUsername and ProxyPassword parameters in this event they also will be put to the Proxy structure, to be used on next HTTP request.
|
![]() |
|
![]() |
Proxy and InternetOptions properties;
|
OnHTTPError event;
|
HTTP Status Codes.
|