Recaptcha v3 returns score of 0.9 in chrome, but 0.1 for same application in IE
774 views
Skip to first unread message
Kevin Lewis
unread,
Dec 4, 2018, 1:52:52 PM12/4/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to reCAPTCHA
I've got an application that I've updated recaptcha to use the v3 implementation. I successfully get tokens back and everything works with Chrome and I get a score of 0.9. In IE everything works, except I keep getting a score of 0.1. I have another application where everything works and I get good scores in both Chrome and IE. The only difference with this one where I get a bad score is the recaptcha is implemented in a partial view of an mvc application instead of in a main view. What is causing the low IE score of 0.1 when I get a 0.9 in Chrome?