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

Add anchor and reload to CapSolver ReCaptcha v3 #33

Open
openbullet opened this issue Aug 4, 2024 · 0 comments
Open

Add anchor and reload to CapSolver ReCaptcha v3 #33

openbullet opened this issue Aug 4, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@openbullet
Copy link
Owner

As written in PR #30, needs to be rethought:


As per the documentation here: https://www.capsolver.com/blog/reCAPTCHA/How-to-bypass-all-the-versions-reCAPTCHA-v2-v3

Using the properties "Anchor" and "Reload" in the CapSolver Google reCAPTCHA v3 request increases the quality score of the solution. Tested and verified to provide a 2x increase in quality score (estimate)

Set as follows;

var captchaService = new CapSolverService("CAP-xxxxxx", null);
captchaService.Anchor = ....;
captchaService.Reload = ....;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

1 participant