cf-clearance-scraper icon indicating copy to clipboard operation
cf-clearance-scraper copied to clipboard

Status 403 while using cf-clearance cookies

Open desoforgit opened this issue 1 year ago • 4 comments

Site: https://www.lechameau.com/iris-socks-noir-13188

I used the cf-clearance-scraper to retrieve the cookies and headers

Then made a get request in py with those cookies and headers

But I receive the cloudflare challenge in response (Status code: 403)

I'm doing it on the same device with same ip

desoforgit avatar Aug 09 '24 05:08 desoforgit

Use the same UserAgent

ThevenRexOff avatar Aug 09 '24 22:08 ThevenRexOff

Use the same UserAgent

I made sure to use the same cookies, useragent and accept-language but I'm still facing the same issue...

Is it because the cloudflare is non interactive?

If it works for u can share the site where It works because I can't find a site where it works.

desoforgit avatar Aug 10 '24 00:08 desoforgit

I tested it a bit more ..it works on https://www.nopecha/demo/cloudflare but it doesn't work on a few sites like:

https://www.polyperformance.com/ https://www.lechameau.com/

I made sure to use all the headers/ip/useragent but still the response code is 403

desoforgit avatar Aug 10 '24 03:08 desoforgit

You need to use a JA3 spoofer sometimes, use cycletls for that

you need to have everything linked:

  • ja3
  • useragent
  • user ip
  • cookies
  • even headers sometimes

roimee6 avatar Aug 15 '24 16:08 roimee6

Tls fingerprint is being checked. https://www.npmjs.com/package/cycletls If you send a request with this library, you will not have any problems.

mdervisaygan avatar Aug 28 '24 16:08 mdervisaygan