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

added CapSolver feature Anchor/Reload #30

Conversation

infiniteloopltd
Copy link

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 = ....;

@Gauvino
Copy link

Gauvino commented Aug 3, 2024

Can be closed @openbullet

@openbullet
Copy link
Owner

openbullet commented Aug 4, 2024

Can be closed @openbullet

Hi, not really. I didn't implement those as CapSolver is the only one that accepts them currently. Maybe I'll think of a way to do that cleanly in the future.

I think the correct course of action is to turn this into an issue. I'll do that.

@openbullet
Copy link
Owner

We will track this in #33

@openbullet openbullet closed this Aug 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants