Skip to content

Hope to be able to add fingerprint information #2827

Closed Answered by My-Responsitories
zoushucai asked this question in General
Discussion options

You must be logged in to vote

these only available in http/2

import httpx
client = httpx.Client(http2=True)
rep = client.get("https://tls.browserleaks.com/json")
print(bool(rep.json()['akamai_hash']))
# True

Replies: 5 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@My-Responsitories
Comment options

Answer selected by zoushucai
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #2826 on August 27, 2023 15:47.