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
163 stars 69 forks source link

v2 Does not show verify Images Pop-out on Browser first load #22

Open badger111 opened 8 years ago

badger111 commented 8 years ago

I've tried this on Chrome, IE, Firefox, Kindle, Windows phone and notice that when the widget first loads and I click "I'm not a Robot" - the widget displays a tick without showing the verify images pop-out. I have to close and re-open the Browser I'm using to make the widget work correctly. I'm using the latest version of recaptchanet in a webforms .net app over an ssl connection (not localhost).

Any ideas?