Page 1 of 1

Cloudflare Error

Posted: Wed May 21, 2025 12:03 pm
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 ?

Re: Cloudflare Error

Posted: Wed May 21, 2025 1:53 pm
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

Re: Cloudflare Error

Posted: Thu May 22, 2025 8:28 am
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?

Re: Cloudflare Error

Posted: Sun May 25, 2025 4:57 pm
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.

Re: Cloudflare Error

Posted: Mon May 26, 2025 6:27 am
by coater
Thank you for your help! May it was the language setting!

Re: Cloudflare Error

Posted: Fri Jun 06, 2025 9:45 am
by Maksym
I'm facing the same issue now. Did it work for you eventually? If yes, then what helped?

Re: Cloudflare Error

Posted: Fri Jun 06, 2025 10:05 am
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

Re: Cloudflare Error

Posted: Fri Jun 06, 2025 10:32 am
by Maksym
How can I change CEF's command line swithces in my application?

Re: Cloudflare Error

Posted: Fri Jun 06, 2025 10:38 am
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.