| bindbotprofile_captcharesource |
Use this method to bind captcharesource to bot profile. |
Syntax |
Parameters |
name |
Name for the profile. Must begin with a letter, number, or the underscore character (_), and must contain only letters, numbers, and the hyphen (-), period (.), pound (#), space ( ), at (@), equals (=), colon (:), and underscore (_) characters. Cannot be changed after the profile is added.
The following requirement applies only to the Citrix ADC CLI:
If the name includes one or more spaces, enclose the name in double or single quotation marks (for example, "my profile" or 'my profile'). This is mandatory parameter. |
captcharesource |
Captcha action binding. For each URL, only one binding is allowed. To update the values of an existing URL binding, user has to first unbind that binding, and then needs to bind the URL again with new values. Maximum 30 bindings can be configured per profile. |
url |
URL for which the Captcha action, if configured under IP reputation, TPS or device fingerprint, need to be applied. |
waittime |
Wait time in seconds for which ADC needs to wait for the Captcha response. This is to avoid DOS attacks. Default value = 15. Minimum value = 10. Maximum value = 60. |
graceperiod |
Time (in seconds) duration for which no new captcha challenge is sent after current captcha challenge has been answered successfully. Default value = 900. Minimum value = 60. Maximum value = 900. |
muteperiod |
Time (in seconds) duration for which client which failed captcha need to wait until allowed to try again. The requests from this client are silently dropped during the mute period. Default value = 300. Minimum value = 60. Maximum value = 900. |
requestsizelimit |
Length of body request (in Bytes) up to (equal or less than) which captcha challenge will be provided to client. Above this length threshold the request will be dropped. This is to avoid DOS and DDOS attacks. Default value = 8000. Minimum value = 10. Maximum value = 30000. |
retryattempts |
Number of times client can retry solving the captcha. Default value = 3. Minimum value = 1. Maximum value = 10. |
actioN |
One or more actions to be taken when client fails captcha challenge. Only, log action can be configured with DROP, REDIRECT or RESET action. Default value = BOT_ACTION_NONE. Possible Values : NONE, LOG, DROP, REDIRECT, RESET. |
enabled |
Enable or disable the captcha binding. Default value = NS_OFF. Possible Values : ON, OFF. |
Return Value |
Returns simpleResult |
See Also |