Google has this feature with recaptcha:
https://developers.google.com/recaptcha/docs/secure_token
However I only find the way to do this with Google's java code, and a PHP example:
PHP: https://github.com/slushie/recaptcha-secure-token/blob/1.0.0/lib/ReCaptchaToken.php
Java: https://github.com/google/recaptcha-java/tree/master/appengine
Unable to get a properly generated secure token using .NET so far...
Thoughts?
Google has this feature with recaptcha:
https://developers.google.com/recaptcha/docs/secure_token
However I only find the way to do this with Google's java code, and a PHP example:
PHP: https://github.com/slushie/recaptcha-secure-token/blob/1.0.0/lib/ReCaptchaToken.php
Java: https://github.com/google/recaptcha-java/tree/master/appengine
Unable to get a properly generated secure token using .NET so far...
Thoughts?