Reputation: 685
Does the reCAPTCHA usercontrol post a request to http://www.google.com/recaptcha/api/verify to verify the entered text matches the captcha, or is this done in the dll?
Upvotes: 1
Views: 417
Reputation: 685
Turns out it does make requests to Google.
The first is a request from the client for a captcha image
The second is a request from the server to validate the entered text against the image
http://code.google.com/apis/recaptcha/docs/display.html
Upvotes: 3