react-google-recaptcha-v3 icon indicating copy to clipboard operation
react-google-recaptcha-v3 copied to clipboard

recaptcha still return token even when offline

Open ong-appxplore opened this issue 2 years ago • 1 comments

Hello,

I have this problem where sometimes my server cannot validate the recaptcha token from my client. What I found during debugging is that when the client is having bad Internet or disconnect, I still receive a token and that token validation always fail.

To simulate this, I just go to my site and set browser to offline mode. There's no error too.

ong-appxplore avatar Jul 29 '22 03:07 ong-appxplore

Hello,

I have this problem where sometimes my server cannot validate the recaptcha token from my client. What I found during debugging is that when the client is having bad Internet or disconnect, I still receive a token and that token validation always fail.

To simulate this, I just go to my site and set browser to offline mode. There's no error too.

Did you find a solution to fix it @ong-appxplore ?

DumasOlivier avatar Oct 10 '22 14:10 DumasOlivier