Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] cookie的表现和浏览器不同 #195

Open
Fre-ak opened this issue Dec 27, 2023 · 2 comments
Open

[Feature] cookie的表现和浏览器不同 #195

Fre-ak opened this issue Dec 27, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@Fre-ak
Copy link

Fre-ak commented Dec 27, 2023

151703646681_ pic

161703646681_ pic

如图, 浏览器上是每个cookie一行, curl-cffi是挤在一行的

@Fre-ak Fre-ak added the enhancement New feature or request label Dec 27, 2023
@yifeikong
Copy link
Owner

To fix this, we will have to patch libcurl again. Since there is no obvious evidence that any site is fingerprinting this behavior, I'll not set a milestone on this.

@a-n-i-m-e-z
Copy link

浏览器中的cookies是作为headers中的一个参数,同理,你可以把cookies每个键值连接成一个字符串(;空格 作为连接符)加入到headers中,达到模拟浏览器的效果,此方法已通过各大强风控网站,可以采用

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: No status
Development

No branches or pull requests

3 participants