Edi.Captcha.AspNetCore icon indicating copy to clipboard operation
Edi.Captcha.AspNetCore copied to clipboard

The Captcha module used in my blog

Results 2 Edi.Captcha.AspNetCore issues
Sort by recently updated
recently updated
newest added

In a cluster environment, there will be problems using session. Have you considered saving the captcha in redis.

Hello, I added your captcha to my project. It works perfect on localhost. But it' not working on server (iis). Following code always return false; !_captcha.Validate(captchaedModel.CaptchaCode, context.HttpContext.Session) How can I...