Discuss this help topic in SecureBlackbox Forum
This event is fired when a CAPTCHA challenge is initiated.
Declaration
Parameters
- CaptchaUrl - a URL for the CAPTCHA image
- PageUrl - contains a callback URL
- Captcha - contains user's answer to the CAPTCHA challenge
- pcCaptchaUrl - a URL for the CAPTCHA image
- szCaptchaUrl - the length of pcCaptchaUrl.
- pcPageUrl - contains a callback URL
- szPageUrl - the length of pcPageUrl.
- pcCaptcha - contains user's answer to the CAPTCHA challenge
- szCaptcha - the length of pcCaptcha.
Description
This event is fired by TElGoogledataStorage when a CAPTCHA challenge is requested by the server.
The handler should provide the answer to the challenge via
Captcha parameter.
Discuss this help topic in SecureBlackbox Forum