reCAPTCHA.AspNetCore icon indicating copy to clipboard operation
reCAPTCHA.AspNetCore copied to clipboard

Google reCAPTCHA v2/v3 for .NET Core 3.x

Results 7 reCAPTCHA.AspNetCore issues
Sort by recently updated
recently updated
newest added

I am trying to submit the form and am having a couple of challenges: 1) The submit button is active even when you do NOT use the captcha - form...

Apologies in advance if I'm just being dim here (it's been that kind of a day already)... I'm attempting to add v2.2.5 to a .Net Framework 4.8 project. However, the...

Google-originated script CSP is handled but it seems that own callback script CSP is forgotten. Enabled script-src CSP also disables inline scripts. You use explicit reCaptcha rendering with custom callback...

Sometimes, randomly I get score 0 on the server-side. Hidden input is correctly in the form, but if I look to the HttpRequest object I can see in the form-data...

help wanted
question

Lately we've been getting a lot exception for this error. Probably an error on recaptcha's server that was returned, instead of valid json. It's not handled in `reCAPTCHA.AspNetCore.RecaptchaService+` Would be...

Hi, according to https://learn.microsoft.com/en-us/aspnet/core/mvc/controllers/filters > Only configure [IFilterFactory.IsReusable](https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.mvc.filters.ifilterfactory.isreusable#microsoft-aspnetcore-mvc-filters-ifilterfactory-isreusable) to return true if the source of the filters is unambiguous, the filters are stateless, and the filters are safe to use...

NotSupportedException: Deserialization of reference types without parameterless constructor is not supported. Type 'reCAPTCHA.AspNetCore.RecaptchaResponse' System.Text.Json.ThrowHelper.ThrowNotSupportedException_DeserializeCreateObjectDelegateIsNull(Type invalidType) System.Text.Json.JsonSerializer.HandleStartObject(JsonSerializerOptions options, ref ReadStack state) System.Text.Json.JsonSerializer.ReadCore(JsonSerializerOptions options, ref Utf8JsonReader reader, ref ReadStack readStack) System.Text.Json.JsonSerializer.ReadCore(Type returnType,...