You probably don’t need ReCAPTCHA
1–10 of 246 posts
Re: You probably don’t need ReCAPTCHA
#2Re: You probably don’t need ReCAPTCHA
#3Microsoft’s implementation is the worse. I sometimes have a hard time deciphering the captcha. Why do they need that in an iOS app? Are robots emulating people from an iPhone?
Re: You probably don’t need ReCAPTCHA
#4Re: You probably don’t need ReCAPTCHA
#5Microsoft’s implementation is the worse. I sometimes have a hard time deciphering the captcha. Why do they need that in an iOS app? Are robots emulating people from an iPhone?
Re: You probably don’t need ReCAPTCHA
#6However, if you're working on anything with non-insignificant amounts of traffic, you'll get hit with some customized spam.
I've been dealing with these spammers, and if you do nothing, your forum will be filled with korean ads. We implement Akismet, StopForumSpam, Project Honeypot, and ReCAPTCHA, with the latter being the most effective (sadly). I'm pretty sure some of these spam agencies have customized tooling to handle NodeBB (they're using websockets to submit the posts, instead of HTTP POST).
Outside of these strategies, the most effective by far is reputation restrictions. Post queues if you're new or don't have enough upvotes, etc. However it does require manual effort, of course.
Would definitely love an alternative.
Re: You probably don’t need ReCAPTCHA
#7Microsoft’s implementation is the worse. I sometimes have a hard time deciphering the captcha. Why do they need that in an iOS app? Are robots emulating people from an iPhone?
The iPhone app probably communicates to some servers over an API of some kind - there's no reason someone malicious couldn't pretend to be an iphone and communicate over the same API
https://gizmodo.com/thai-click-fraud-farm-busted-using-wall-...
Re: You probably don’t need ReCAPTCHA
#8Why isn't there a solid alternative offering yet?
Re: You probably don’t need ReCAPTCHA
#9Classic example of collecting more information than what is needed.
Re: You probably don’t need ReCAPTCHA
#10My CAPTCHA looks kind of like the one on the left in this image on the blog: https://kevv.net/wp-content/uploads/2019/06/laravel_captcha....