Reputation: 1
The Recaptcha token verification is costing me too much. I found out spammers are sending g-recaptcha-response="555" and some random value. For this kind of token, I want to reduce the API calls for the Recaptcha verification. Is there a standard length for the g-recaptcha-response token? which I can use to do pre-validate before making a BE check?
Upvotes: 0
Views: 198