1

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?

Jamie Carruthers
  • 685
  • 1
  • 8
  • 22

1 Answers1

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

http://code.google.com/apis/recaptcha/docs/display.html

Jamie Carruthers
  • 685
  • 1
  • 8
  • 22