Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
If you find these projects useful please consider becoming a sponsor with Patreon, GitHub or Liberapay.

Cloudflare Error

Post Reply
coater
Posts: 210
Joined: Sat Sep 29, 2018 1:51 pm

Cloudflare Error

Post by coater »

[Cloudflare Turnstile] Error: 600010

Request Verification: Error

https://www.sciencedirect.com/journal/aace-clinical-case-reports
click view pdf...

when using cef4, browser will not pass the test(even set this:GlobalCEFApp.UserAgent := 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0' ;), but[b][color=#FF0000] it is ok when using ms Edge[/color][/b]!

If you are unable to access your content please try accessing the content again or contact our support team who will be happy to help.
Please supply the following details:
Request ID: 9433df837ab71020
Browser: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0
Error(s): (600010)@

maybe it has some thing to do with
v1:1 Blocked script execution in 'about:blank' because the document's frame is sandboxed and the 'allow-scripts' permission is not set.

https://community.cloudflare.com/t/repeated-cloudflare-turnstile-error-600010/644578/14 ?
User avatar
salvadordf
Posts: 4620
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Cloudflare Error

Post by salvadordf »

Some web pages detect embedded browsers. Perhaps cloudflare is doing that.

Read this thread :
https://www.briskbard.com/forum/viewtopic.php?t=2411
coater
Posts: 210
Joined: Sat Sep 29, 2018 1:51 pm

Re: Cloudflare Error

Post by coater »

salvadordf wrote: Wed May 21, 2025 1:53 pm Some web pages detect embedded browsers. Perhaps cloudflare is doing that.

Read this thread :
https://www.briskbard.com/forum/viewtopic.php?t=2411
The link is not about cloudflare?
User avatar
salvadordf
Posts: 4620
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Cloudflare Error

Post by salvadordf »

That website seems to be using the Cloudflare services and the error you posted mentions them :

Code: Select all

[Cloudflare Turnstile] Error: 600010
I just tested that URL with the latest BriskBard version. I click the "View PDF" link, it passed the human test and I could see the PDF in a new tab.

The "human" tests may fail for many reasons:
  • Blacklisted IP.
  • Using a CEF browser with some unusual configuration.
  • etc.
coater
Posts: 210
Joined: Sat Sep 29, 2018 1:51 pm

Re: Cloudflare Error

Post by coater »

Thank you for your help! May it was the language setting!
Maksym
Posts: 18
Joined: Wed Dec 20, 2023 11:13 am

Re: Cloudflare Error

Post by Maksym »

I'm facing the same issue now. Did it work for you eventually? If yes, then what helped?
User avatar
salvadordf
Posts: 4620
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Cloudflare Error

Post by salvadordf »

try that website with the current demos and compare the settings with your application.
Compare the command line switches when you navigate to chrome://version
Maksym
Posts: 18
Joined: Wed Dec 20, 2023 11:13 am

Re: Cloudflare Error

Post by Maksym »

How can I change CEF's command line swithces in my application?
User avatar
salvadordf
Posts: 4620
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Cloudflare Error

Post by salvadordf »

Maksym wrote: Fri Jun 06, 2025 10:32 am How can I change CEF's command line swithces in my application?
The command line switches are added automatically when the application sets GlobalCEFApp properties.

Compare the GlobalCEFApp properties between the working demo and your application.
Post Reply