Dear all,
I have 2 questions in Google ReCaptcha v2:
1. Is there any sample for integration with ASP.Net Web Form (v4.5 or above)? I have a ASP.Net form which submits data to server but want to add ReCaptcha for security purpose.
2. My firewall is configured to handle in and out traffic. If ReCaptcha is used, is the traffic goes in which way:
a.) Client communicates with google and the result is returned to my web server (which I think no re-configuration of firewall is required as there is no communication between my web server and
google.com); or
b.) Client communicates with my web server which post the captcha input to
google.com, and the result is returned from
google.com to my web server (in this way, my firewall is required to be re-configured); or
c.) Others (please describe).
Thanks,
Stephen