Stephen J. Luledger.stephenjlu.com·Dec 26, 2024How I made a contact form bot-killer using Cloudflare Turnstile CAPTCHA challenge (plus a bonus honeypot!)I implemented Cloudflare’s Turnstile to protect my contact form from spam bots. Turnstile offers several interaction choices, including non-interactive, non-intrusive, and invisible challenges, which help improve user experience compared to tradition...59 readscloudflare
Youth Dreamyouthdream.hashnode.dev·Jun 2, 2024How to implement Turnstile to detect a Bot in React web application?What’s Turnstile of Cloudflare? In fact, I previously used Google CAPTCHA to detect bots on all my websites, but recently I discovered Cloudflare’s Turnstile and took advantage of it. As a result, I think it is more efficient and useful than Google C...1 likeTurnstile