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

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

php - facebook and github login HWIOAuthBundle and FOSUserBundle in Symfony2.1 -

hadoop - Sqoop installation export and import from postgresql -