开发者

Using reCAPTCHA with ASP.NET

开发者 https://www.devze.com 2023-04-06 06:03 出处:网络
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 开发者_如何学Cdone in the dll?Turns out it does m

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 开发者_如何学Cdone in the dll?


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

0

精彩评论

暂无评论...
验证码 换一张
取 消