Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Discussion options

Hey guys
i want to bypass cloudflare using flaresolverr it bypassed the cloudflare and gives me the cookies which has the sollution i go now and continue implement this cookies and use requests but i still getting the cloudflare when i want to use requests see

csrftoken: 0289gEyqPnMAFNt5L6lKuVA3J2xlPAhHIKQGG6OVzMJxEdiRfPKOI62mSA2ci4fI
cf_clearance: Q5.4.wOTz.wgp3qy8vsmVjam8py8i7q.edrRBmQJdYc-1750291250-1.2.1.1-w6dP.ZxJQPMeSmKRgKLFTp7GQEWT8fXbG8IB2dOIEPMjmLL4WveYFp1pJOibcL.A57TvSPFNxyMWOQtGtMp27OR2XPSLHJgl68bUMgCTgCt7.ajfHASRKCg_EDVe_4yQiKKp2Iex0JfUdcn5lTSb4H8D3S0bXC9fWAqYBDrOz0amusdKaLiRlZ6yeflAgnWrV_rIRztjHtLTYT4iDxNhetHOWDNla78_rhcNJ8l3sGln5RRA8Mb_3DGphQccy_mKEAhGWcNx3OYCrMkP8I9fgpugDa5TyahQiZvMOumK8E.InvaUpMwBsVBLNiBaaa8tYgi6HkYETb641nKJif9b7PA6QyiMhxw_8GZNWrIakAP1ys5oqUpy1MfbHjnrdAOH
cf_chl_rc_m: 2

<---- this cookies from the parsed flaresolverr sollution

Received Payload:

<!DOCTYPE html><html lang="en-US"><head><title>Just a moment...</title><meta http-equiv="Content-Type" content="text/html;

if someone has a sollution tell me and thanks

You must be logged in to vote

Replies: 3 comments · 6 replies

Comment options

https://github.com/FlareSolverr/FlareSolverr/wiki/Troubleshooting - is the IP address for FlareSolverr and the request the same, are you using a proxy or VPN, have you disabled IPv6?

You must be logged in to vote
4 replies
@aymenmerabta5
Comment options

Iam using the exact ip address iam not changing anything iam targeting udemy

@ilike2burnthing
Comment options

Have you disabled IPv6? If not, do.

Are you making the request on the same device as FlareSolverr is running on?

@aymenmerabta5
Comment options

i do it and its the same problem... its udemy login page

@ilike2burnthing
Comment options

Can you provide example code of how you're doing this?

Comment options

@aymenmerabta5 I have exact same issue with different site. It used to work sometime ago but now it doesn't (I can't tell when this happened). Simplest way to test would be open page in browser and copy request as bash script in dev tools and try to execute in bash.
In my case request which works in browser returns 403 in bash, I also tried to use PowerShell script .... same result. So, somehow CF detects http request outside browser.

You must be logged in to vote
2 replies
@ilike2burnthing
Comment options

See troubleshooting steps above. If you still have issues and are using v3.4.1, provide a debug log of the issue.

@Leonoid-droid
Comment options

I don't think the issue is with flaresolverr, I still have everything working within flaresolverr, but if I extract cookies and execute http request using http client, CF detects it. As I mentioned before extracting request from dev tools should recreate request but it seems something is missing. I use no proxy and I am running flaresoverr locally on windows and same with browser/devtools...

Comment options

ChatGPT has excellent explanation:

Cloudflare maintains internal models of expected fingerprints for real browsers (Chrome, Edge, Safari, Firefox).
If your TLS fingerprint doesn’t match any of them — for example, looks like “generic curl + OpenSSL” — Cloudflare may:

Serve the JavaScript challenge (/cdn-cgi/challenge-platform),

Delay or deny the request, or

Require solving Turnstile or hCaptcha.

details show TLS handshake :

  • TLSv1.2 (IN), TLS header, Supplemental data (23):
  • TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
  • TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
    ???>>>> * old SSL session ID is stale, removing**
  • TLSv1.2 (IN), TLS header, Supplemental data (23):
  • TLSv1.2 (OUT), TLS header, Supplemental data (23):
  • TLSv1.2 (IN), TLS header, Supplemental data (23):
    Blocked >>>
    < HTTP/2 403
You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants
Morty Proxy This is a proxified and sanitized view of the page, visit original site.