RecaptchaNetSslFix 1.7.1
This is a fork of Recaptcha for .Net. 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:
https://recaptchanet.codeplex.com/documentation
Install-Package RecaptchaNetSslFix -Version 1.7.1
dotnet add package RecaptchaNetSslFix --version 1.7.1
<PackageReference Include="RecaptchaNetSslFix" Version="1.7.1" />
paket add RecaptchaNetSslFix --version 1.7.1
Release Notes
v1.7.1
Use default WebProxy.
v1.7.0
Original folk which includes a 'fix' to always respect the useSsl property.
Original notes:
v1.7
1. Migrated code from CodePlex to GitHub.
2. Bug fixes
3. Optimized code
4. Changed the license to Apache license v2.0
v1.6.0
1. Bug fixes
2. Optimized code
v1.5.1
1. Added support for HTTPS.
2. Signed the assemblies
v1.5
1. Added legacy support for .NET 4.0 & ASP.NET MVC 4.
2. Added support for .NET 4.5.1.
v1.4
1. Minor bug fixes
2. Replaced the direct reference to ASP.NET MVC assembly with a dependency on the ASP.NET MVC Nuget package.
v1.3
1. You can now verify a user's response to recpatcha challenge asynchronously using the new "await" keyword.
2. By default, recpacha control uses the current UI culture's language. With this release, you can now set it manually if you want.
3. The package adds the RecpatchaNet.ReadMe.txt file to your project to help you get started as quickly as possible.
Dependencies
-
.NETFramework 4.0
- AspNetMvc (>= 4.0.20710)
-
.NETFramework 4.5
- Microsoft.AspNet.Mvc (>= 5.2.0)
-
.NETFramework 4.5.1
- Microsoft.AspNet.Mvc (>= 5.2.0)
GitHub Usage
This package is not used by any popular GitHub repositories.