Test invisible recaptcha

2019-04-05 16:52发布

We have integrated invisible recaptcha in one of our websites. Whenever we submit the form it automatically submits.

I read in some google groups that we would get a challenge when accessed on edge browser. But for us, it is automatically submitted.

Any specific steps to test the invisible recaptcha?

8条回答
不美不萌又怎样
2楼-- · 2019-04-05 17:22

I am still struggling a little bit with this but I found that the following things make invisible recaptcha puzzle more likely to appear:

  • Log into the recaptcha admin and set it to maximum security

  • Open your site from an incognito tab.

  • Sometimes leaving the login page open and trying to login after some time has passed seems to trigger the recaptcha puzzle.

I must admit though that these don't work all of the times and there are times that I really struggle to get it to work.

Update: It seems a bit strange but I have found that the invisible ReCaptcha is more likely to appear when I submit a form using the Enter key instead of pressing a button with the keyboard.

查看更多
ゆ 、 Hurt°
3楼-- · 2019-04-05 17:27

The user-agent trick no longer works.

Instead, open postman and hit your verify endpoint a few times with an incorrect token. Your score will drop to 0.1.

Note: you will probably need to change your ip to get your score back to passing.

查看更多
登录 后发表回答