You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/turnstile/troubleshooting/troubleshooting-faqs.mdx
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,6 @@ The Turnstile widget needs to be refreshed to generate a new token. This can be
16
16
17
17
The siteverify API must not be called by the front end as this may reveal the secret key used to authenticate. An attacker may simply modify the front end to not perform the siteverify check at all, rendering Turnstile ineffective.
18
18
19
-
20
19
## What is challenges.cloudflare.com, and why does my application connect to this origin?
21
20
22
21
Turnstile is hosted under `challenges.cloudflare.com`.
@@ -25,17 +24,18 @@ Turnstile is hosted under `challenges.cloudflare.com`.
25
24
26
25
You can safely ignore the error. It is requesting a [Private Access Token (PAT)](https://blog.cloudflare.com/eliminating-captchas-on-iphones-and-macs-using-new-standard/) that your device or browser does not support yet.
27
26
28
-
29
27
## How can I obtain the Ray ID or QR code for troubleshooting?
30
28
31
29
You will need to provide a [Ray ID](/fundamentals/reference/cloudflare-ray-id/) or QR code when debugging issues. The Ray ID is found at the end of the challenge page. You can obtain the QR code by clicking the success/failure/spinner logo on the widget four times.
32
30
33
-
34
31
## Can I use Turnstile on URI schemes such as `file://`?
35
32
36
33
No, Turnstile only works on `http://` and `https://` URI schemes. Other protocols such as `file://` are not supported.
37
34
38
-
39
35
## Why do I see a challenge on my proxied hostnames?
0 commit comments