vvanglro / cf-clearance

Purpose To make a cloudflare v2 challenge pass successfully, Can be use cf_clearance bypassed by cloudflare, However, with the cf_clearance, make sure you use the same IP and UA as when you got it.
https://github.com/vvanglro/cf_clearance
353 stars 58 forks source link

[feat] Support custom challenge 'cookies' #30

Closed wy-z closed 1 year ago

wy-z commented 1 year ago

Thanks a lot for your project, it's great.

vvanglro commented 1 year ago

Hello, can you tell me why you want to do this? Under what circumstances do you need to pass in cookies?

wy-z commented 1 year ago

Hello, can you tell me why you want to do this? Under what circumstances do you need to pass in cookies?

Hello, thank you very much for your reply. I need API access to https://chat.openai.com . The website is protected by Cloudflare, and direct access results in an "Access Denied" message. However, if there are some special cookies in the request, it can be accessed normally.

vvanglro commented 1 year ago

Ok, I see.

wy-z commented 1 year ago

Lack of adequate testing, close first