tanveery / recaptcha-net

reCAPTCHA for .NET library lets you easily use Google's reCAPTCHA in an ASP.NET Web Forms / MVC / ASP.NET Core application.
Apache License 2.0
161 stars 68 forks source link

Time out from hosting server : CredentialCache.DefaultCredentials #64

Open LasseKofoed opened 2 years ago

LasseKofoed commented 2 years ago

On one server, server side validation is not working. Found that this line creates a timeout.

https://github.com/tanveery/recaptcha-net/blob/0b4c8d7211303476ddb60a438fdbf6a680928b66/src/Recaptcha.Web-net45/RecaptchaVerificationHelper.cs#L164

Properly a server issue, but through I would point it out.