BETA
My accountGet started
Dec 112016
Total.js Platform

How to verify reCAPTCHA with the help of Total.js?

This blog post describes how to verify reCAPTCHA response via Total.js on the server-side.

How to verify reCAPTCHA with the help of Total.js?

I recommend to use Total.js SchemaBuilder for verification of reCAPTCHA's response because contains a better Error Handling and all operations can be executed in async mode.

A schema:

A controller:

That's all.