Has the fingerprint changed for Chrome since 136? #637
Replies: 1 comment 4 replies
-
|
I have noticed over the past 2 weeks I am getting blocked a lot more, when normally I am not blocked. There is a ecommerce website that blocks more often than other websites so I decided to test curl_cffi against this website. This is what I found: Firefox windows - I was never blocked. 100% of the time I was successful, I was never blocked by the website inpersonating Firefox with Windows headers. Chrome windows - I was successful for Chrome win 132,133,135,138,139. I was blocked for Chrome win 134,137,140,141. Safari Mac - I was 100% blocked. I copied headers from my Mac but the website seemed to know I was using a Windows box So I would say, based on my testing and personal experience, that websites are blocking requests made from curl_cffi if the request is made from a Windows box but the headers say a Mac, and websites are blocking curl_cffi for some inpersonations from Chrome that are newer. I think this needs to be more thoroughly investigated. I don't understand how curl_cffi works, so unfortunately I am not able to find the root cause. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Just curious if the 136 fingerprint works for any of the later Chrome versions? I know they don't always update it.
I have tried to check it myself, but even between requests, the numbers seem to change a lot, so not sure what I'm looking for.
Beta Was this translation helpful? Give feedback.
All reactions