-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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 = ....;
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Projects
Status
Backlog