1 Answer
- Newest
- Most votes
- Most comments
0
Hi,
you should checkout this sample implementation with plain vanilla js: https://docs.aws.amazon.com/waf/latest/developerguide/waf-js-captcha-api-render.html
Also, this blog may interest you: https://aws.amazon.com/blogs/security/use-aws-waf-captcha-to-protect-your-application-against-common-bot-traffic/
Best,
Didier
Relevant content
- Accepted Answerasked a year ago
- asked a year ago
- AWS OFFICIALUpdated 7 months ago
- AWS OFFICIALUpdated 5 months ago
- AWS OFFICIALUpdated 8 months ago
- AWS OFFICIALUpdated 9 months ago
Hi Didier, thanks for the response, I've implemented same as in the first link, but this "onSuccess: captchaExampleSuccessFunction" is only executing after rendering the captcha not after solving the puzzle.