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?
Asked
Active
Viewed 373 times
1
-
What I'm asking is when you call Page.IsValid or repatcha.IsValid, does that make an API call to Google? – Jamie Carruthers Sep 21 '11 at 15:28
1 Answers
3
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

Jamie Carruthers
- 685
- 1
- 8
- 22