19 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
80
views
Turnstile on Android Version 9 with webview 66.0.3359.158
(sorry for poor english)
So, I'm working on integrating cloudflare turnstile into a flutter application that is used in Kiosk machine. The machine has android version 9 and webview version 66.0.3359....
0
votes
0
answers
182
views
Render OWN turnstile captcha in Playwright correctly
I'm currently writing Playwright tests for a site that uses Turnstile CAPTCHA validation. On our testing systems, the CAPTCHA uses the 'always-pass' site and private keys.
The issue I'm facing is that—...
-3
votes
1
answer
215
views
How to get file_get_contents to work for Cloudflare Turnstile site verification?
An implementation similar to the one below works perfectly for both Google reCAPTCHA and hCaptcha:
$secret = 'SECRET KEY';
$captcha = $_POST['cf-turnstile-response'];
$verify = 'https://...
1
vote
1
answer
114
views
Update state on captcha status change without handleSubmit function in the form Next.js
I have a simple contact form that uses next.js API routes to send an e-mail. The form itself works well and I'd like to implement a Cloudflare Turnstile API on the client side.
My problem is as ...
1
vote
0
answers
232
views
Run cloudflare turnstile on preview deployments with autogenerated domains
I have a site hosted on vercel that uses Cloudflare Turnstile for spam prevention. I'd like to be able to test the whole site end-to-end on the preview deployments that vercel gives me. However, these ...
3
votes
0
answers
662
views
Force cloudFlare Turnstile to display the challenge checkbox
I am implementing CloudFlare Turnstile with a web form, and I need it to always display the challenge checkbox and force the user to check it. I don't want cloudFlare algorithm to decide and check the ...
3
votes
0
answers
321
views
Looking for suggestions on how to implement automated E2E testing of an embedded Shopify App - tests are triggering Cloudflare Turnstile
Looking for suggestions on how to implement end-to-end automated testing of an embedded Shopify App (that can only be accessed through Shopify Admin).
We have written a set of Playwright tests to ...
1
vote
1
answer
663
views
SeleniumBase example failing Cloudflare Turnstile
I'm encountering an issue with SeleniumBase while trying to automate a form submission that includes a Cloudflare Turnstile CAPTCHA. The script fails with a NoSuchElementException when attempting to ...
1
vote
1
answer
1k
views
Changing ng-turnstile Width or Height
I need to change the width of CloudFlare Turnstile to fit its parent's layout. However can't find a clean solution to change its IFrame. Is there a clean way to do it?
I am currently changing the ...
3
votes
1
answer
380
views
Why use cData in Turnstile
In the configurations section for Cloudflare Turnstile, they list a cData (or data-cdata) option:
A customer payload that can be used to attach customer data to the challenge throughout its issuance ...
1
vote
0
answers
61
views
need to generate Cloudflare token in unit testing in backend
I have Django project which use Cloudflare turnsitle in Login and Signup apps.
I am tring to make a unit testing for the apps, but need to generate a Cloudflare token.
How can generate a new ...
0
votes
3
answers
3k
views
Cloudflare Turnstile Challenge Failed
In my implemetions of Cloudflare's Turnstile challenge via marsidev/react-turnstile, I have encountered a peculiar issue where, in invisible widget mode, occasionally the challenge fails and initiates ...
0
votes
2
answers
1k
views
Cloudflare turnstile captcha language and theme settings with jQuery
I am trying ti implement the Cloudflare turnstile Captcha on my webpage using jQuery. I need to modify the theme and language of the captcha. I added the properties language and theme as described on ...
0
votes
1
answer
242
views
Property '"siteKey"' is incompatible with index signature
I have been to trying to use your ngx-turnstile library for integrating the captcha for our project. After installing the "npm install ngx-turnstile --save", I have included in the app....
0
votes
1
answer
2k
views
How to integrate vue-turnstile into a vue application?
I have a simple vue form where I utilize a dependency called vue-turnstile which in turn adds the captcha the captcha from cloudflare to my form. My issue is I get a strange error using it and I ...