Shreyans
Shreyans

Reputation: 186

Verifying Recaptcha without Plugins? -- cross server POST

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

Answers (1)

Fabian Schneider
Fabian Schneider

Reputation: 365

Just make a request from your serverside (it's exactly what the plugins do).

Upvotes: 1

Related Questions