VividCortex / angular-recaptcha

AngularJS directive to add a reCaptcha widget to your form
http://vividcortex.github.io/angular-recaptcha/
MIT License
496 stars 257 forks source link

Cannot contact reCAPTCHA error in ie11 #214

Open raghu64 opened 7 years ago

raghu64 commented 7 years ago

Hi, screen shot 2017-11-02 at 7 05 30 pm

I'm trying to implement reCaptcha in my web application and it's working in every browser except in ie.

I can load the recaptcha but when i try to click on the checkbox, it spins for couple of seconds and throws message "Cannot contact reCAPTCHA. Check your connection and try again." and this is happening every time with ie11

Can someone help we me with this one.

Thanks

TheSharpieOne commented 7 years ago

This is coming from recaptcha itself. You'd need to open an issue with Google recaptcha team

raghu64 commented 7 years ago

Thanks @TheSharpieOne