Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error 400 Recaptcha V2 #1271

Open
clussiana opened this issue Aug 13, 2024 · 3 comments
Open

Error 400 Recaptcha V2 #1271

clussiana opened this issue Aug 13, 2024 · 3 comments
Labels

Comments

@clussiana
Copy link

J'ai eu une erreur similaire à celle mentionnée dans l'issue #1150, c'est à dire une erreur 400 sur la requête https://www.google.com/recaptcha/api.js?onload=tacRecaptchaOnLoad&render={{site_key}} pour Recaptcha V2, parce que les valeurs prises en compte par le paramètre render sont soit explicit soit onload.

J'ai donc résolu le problème en mettant onload à la place de ma site_key :

tarteaucitron.user.recaptchaapi = 'onload';
(tarteaucitron.job = tarteaucitron.job || []).push('recaptcha');

Peut-être faudrait-il faire une différenciation entre le paramètrage de Recaptcha V2 et V3 ?

https://developers.google.com/recaptcha/docs/v3?hl=fr#programmatically_invoke_the_challenge

https://developers.google.com/recaptcha/docs/display?hl=fr#explicit_render

@AmauriC
Copy link
Owner

AmauriC commented Aug 26, 2024

C'est donc le même code mais au lieu de l'api key il faut passer explicit/onload à la place en v3 ?

@clussiana
Copy link
Author

C'est donc le même code mais au lieu de l'api key il faut passer explicit/onload à la place en v3 ?

Il faut passer explicit/onload à la place de l'api key pour la V2 uniquement

Copy link

stale bot commented Oct 30, 2024

This issue has been automatically marked as inactive because it has not had activity for 20 days. It will be closed in 5 days if no further activity occurs. Thank you for your contributions.

@stale stale bot added the inactive label Oct 30, 2024
@AmauriC AmauriC removed the inactive label Oct 30, 2024
@AmauriC AmauriC added the active label Nov 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants