.NET Recaptcha https

后端 未结 3 972
南旧
南旧 2021-01-05 07:42

We\'ve started using the ASP.NET recaptcha control and it works fine. but one of the requirements we have is that all outbound traffic goes over Https.

I know that r

3条回答
  •  一向
    一向 (楼主)
    2021-01-05 08:11

    If you check out http://recaptcha.net/apidocs/captcha/client.html it says:

    "In order to avoid getting browser warnings, if you use reCAPTCHA on an SSL site, you should replace http://api.recaptcha.net with https://api-secure.recaptcha.net."

    So clearly recaptcha supports HTTPS submissions. Does the ASP.NET control have any properties you can configure the outbound URL? At worst you might need to use Reflector to examine the code and see how it's built.

提交回复
热议问题