Nowadays it's really commom to be a target of DDoS or some web scans.
So when it occurs at pages where there are recaptcha it throws an exception pushing our server to deal with that. It's a memory intensive task to .NET deal with exception.
So instead to throw an error, is it possible to only refuse the request?
Nowadays it's really commom to be a target of DDoS or some web scans.
So when it occurs at pages where there are recaptcha it throws an exception pushing our server to deal with that. It's a memory intensive task to .NET deal with exception.
So instead to throw an error, is it possible to only refuse the request?