We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Can't use any impersolate for Firefox
To Reproduce
r = requests.get("https://tls.browserleaks.com/json", impersonate="ff102", proxies=proxies, headers = header)
Expected behavior Expect some JA3 hash for firefox
Versions
Additional context
Error raise RequestsError(f"impersonate {impersonate} is not supported") curl_cffi.requests.errors.RequestsError: impersonate ff102 is not supported
The text was updated successfully, but these errors were encountered:
duplicate of #59
Sorry, something went wrong.
Close as dup of #59
perklet
Successfully merging a pull request may close this issue.
Describe the bug
Can't use any impersolate for Firefox
To Reproduce
Expected behavior
Expect some JA3 hash for firefox
Versions
cffi==1.16.0
curl-cffi==0.5.10
dpkt==1.9.8
pycparser==2.21
pyja3==1.0.0
Additional context
Error
raise RequestsError(f"impersonate {impersonate} is not supported")
curl_cffi.requests.errors.RequestsError: impersonate ff102 is not supported
The text was updated successfully, but these errors were encountered: