Info
Version: | 1.7.1 |
Author(s): | Tanveer Yousuf |
Last Update: | Friday, September 25, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/tanveery/recaptcha-net/issues/2 |
NuGet Url: | https://www.nuget.org/packages/RecaptchaNetSslFix |
Install
Install-Package RecaptchaNetSslFix
dotnet add package RecaptchaNetSslFix
paket add RecaptchaNetSslFix
RecaptchaNetSslFix Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.0
- AspNetMvc(4.0.20710.0)
- Microsoft.AspNet.Mvc(5.2.0)
- Microsoft.AspNet.Mvc(5.2.0)
Tags
I've added a fix to always respect the useSsl boolean. Please revert to original maintainer's package when his serves your purpose, as it is unlikely I will update this package, and the code belongs to Tanveer Yousuf.
For more information see the following issue: https://github.com/tanveery/recaptcha-net/issues/2
Recaptcha for .NET allows a developer to easily integrate Google's Recaptcha service (the most popular captcha control) in an ASP.NET Web Forms or ASP.NET MVC web application.
The primary features of the library are:
* Renders recaptcha control with appropriate options.
* Verifies user's answer to recaptcha's challenge.
* Supports ASP.NET 4.0, 4.5, and 4.5.1.
* Supports ASP.NET MVC 4 and 5.
Recpatcha for .NET has the best and most up-to-date documentation available:
http://recaptchanet.codeplex.com/documentation.