pbShowErrorDialog - cBaseHTTPTransfer
Determines if a popup dialog will appear when a client certificate or usename/password is needed for an Http Request
Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None
Syntax
Property Boolean pbShowErrorDialog
| Access Type | Syntax |
|---|---|
| Read Access: | Get pbShowErrorDialog to BooleanVariable |
| Write Access: | Set pbShowErrorDialog to BooleanVariable/Value |
Description
pbShowErrorDialog determines if a popup dialog will appear when a client certificate or usename/password is needed for an Http Request. If pbShowErrorDialog is set to True and an Http request fails because Client Certificate is needed or invalid, or username/password authentication is required it will pop up appropriate dialogs allowing the user to enter the required information.
Default Value is False.
The Http class is used primarily to provide access data under program control and, therefore, you want to control these requirements under program control. You may do so using the messages SelectClientCertificate, psUserName, psPassWord, piRemotePort and peTransferFlags.