Event type for handling authentication challenges
Source position: fphttpclient.pp line 39
type TPasswordEvent = procedure( |
Sender: TObject; |
var RepeatRequest: Boolean |
) of object; |
Sender |
|
The HTTP client object that triggered the event |
RepeatRequest |
|
Set to True to retry the request with new credentials |
Event type called when the server requests authentication. The event handler can provide credentials and indicate whether to retry the request.
|
Event called when authentication is required |