asp.net - How to Show Captcha images for repeated requests -


in project, avoid spammers , other security issues, have show captcha image repeated requests same ip address. is, if multiple requests same ip address, captcha should shown check user..

so, task, if 10 requests within 5 seconds same ip, captcha should enabled ip address...

any suggestion highly appreciated..

split task steps, , try think around each step.

if 10 requests within 5 seconds same ip,

1) need identify you're under attack. e.g. see block dos attacks in asp.net

then captcha should enabled ip address...

2) need show captcha. e.g. using captcha prevent bots using asp.net web razor) site

3) need save "validated" ip "white" list.


Comments

Popular posts from this blog

C# random value from dictionary and tuple -

cgi - How do I interpret URLs without extension as files rather than missing directories in nginx? -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -