cf-clearance-scraper
cf-clearance-scraper copied to clipboard
Status 403 while using cf-clearance cookies
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
Use the same UserAgent
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.
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
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
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.