Reputation: 186
Verifying ReCaptcha without plugins requires a POST request to be sent to http://www.google.com/recaptcha/api/verify.
However many browsers do not allow cross server post requests to be sent. How can I still verify the ReCaptcha without plugins? Thanks.
Source: https://developers.google.com/recaptcha/docs/verify
Upvotes: 1
Views: 366
Reputation: 365
Just make a request from your serverside (it's exactly what the plugins do).
Upvotes: 1