Hello,
I setup a “managed” Turnstile with auto-submit callback.
- User clicks action button
- I run managed Turnstile widget
- When completed (either automaticly or with user interaction) JS callback automaticity submit the form
- Process done.
So in my scenario when a user submit the form, and if Turnstile successfull, I always have to get it to my backend side. But my project’s “Visitor Solve Rate” is 82.38% and “API Solve Rate” 64.33%.
What should I understand from here? Aren’t my API solve rate should match with visitor solve rate?
Thanks.