Live data from Hacker News

Using Cloudflare Workers and reCAPTCHA v3 for a Static Site Contact Form

nooshu.com

1–10 of 13 posts

Re: Using Cloudflare Workers and reCAPTCHA v3 for a Static Site Contact Form

#4
Google has reduced the free tier limit for reCAPTCHA v3 from 1 million down to 10,000 assessments per month as part of its mandatory migration to Google Cloud. [1] So basically it's NOT a viable anti-spam mechanism for many use cases any more because that 10k asessment is easily breached. Let alone the fact that you can't use recaptcha v3 unless you signs up for Google Cloud as well.

Cloudflare Turnstile is a valid alternative though. [2]

[1] https://docs.cloud.google.com/recaptcha/docs/migration-overv...

[2] https://www.cloudflare.com/products/turnstile/

Re: Using Cloudflare Workers and reCAPTCHA v3 for a Static Site Contact Form

#5
post #3

Workers are great for this sort of thing and these days with Turnstile and Email Sending beta[1] you can have Cloudflare handle it all 1 - https://developers.cloudflare.com/email-service/

Cloudflare Workers and HTMX also pair up well.

Re: Using Cloudflare Workers and reCAPTCHA v3 for a Static Site Contact Form

#6
post #3

Workers are great for this sort of thing and these days with Turnstile and Email Sending beta[1] you can have Cloudflare handle it all 1 - https://developers.cloudflare.com/email-service/

That was my thought too .. why use anything but CloudFlare for this? Turnstile works great and it can send email itself.. why go external?

Re: Using Cloudflare Workers and reCAPTCHA v3 for a Static Site Contact Form

#7
post #4

Google has reduced the free tier limit for reCAPTCHA v3 from 1 million down to 10,000 assessments per month as part of its mandatory migration to Google Cloud. [1] So basically it's NOT a viable anti-spam mechanism for many use cases any more because that 10k asessment is easily breached. Let alone the fact that you can't use recaptcha v3 unless you signs up for Google Cloud as well. Cloudflare Turnstile is a valid a…

If you're getting hundreds of thousands of spam submissions then you probably need to pay for bot protection.

Re: Using Cloudflare Workers and reCAPTCHA v3 for a Static Site Contact Form

#8
post #2

Is reCAPTCHA v3 the one that has the chance of forcing you to use a Google or Apple phone to scan a QR code even if opening it on a PC?

If I hit something like that I am just gonna close the tab and move on with my day.

If it's something really important then I am going to very loudly complain to their support until I can bypass it.

Re: Using Cloudflare Workers and reCAPTCHA v3 for a Static Site Contact Form

#9
post #6
post #3

Workers are great for this sort of thing and these days with Turnstile and Email Sending beta[1] you can have Cloudflare handle it all 1 - https://developers.cloudflare.com/email-service/

That was my thought too .. why use anything but CloudFlare for this? Turnstile works great and it can send email itself.. why go external?

Exactly. You can do it entirely with Cloudflare. Even if you limit yourself to what's available on the free tier, there's a surprisingly wide range of things you can build.

Re: Using Cloudflare Workers and reCAPTCHA v3 for a Static Site Contact Form

#10
post #8
post #2

Is reCAPTCHA v3 the one that has the chance of forcing you to use a Google or Apple phone to scan a QR code even if opening it on a PC?

If I hit something like that I am just gonna close the tab and move on with my day. If it's something really important then I am going to very loudly complain to their support until I can bypass it.

I had my first "scan this code with your phone" last week. Nope. Close tab and never go there again.
Post reply on HN