Missing documentation for fingerprint-generator
#384
Replies: 1 comment 1 reply
-
|
Hello and thank you for your interest in this project! The unified
If you're looking for a way of modifying Node's TLS fingerprint, make sure to check out our new experimental package impit. It's a Node native addon, using Rust's I'll close this discussion now, but feel free to ask additional questions if you have any! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I've noticed that the
fingerprint-generatorpackage lacks dedicated documentation.If you visit its npm page, you'll see that the only usage example provided actually pertains to the
fingerprint-injectorpackage. Both packages appear to share the same README file.From what I can tell,
fingerprint-generatorisn't intended to be used directly. Instead, it's a supporting module used internally byfingerprint-injector, which means it can only be accessed through that package. Additionally, it's designed specifically for browser environments like Puppeteer or Playwright, not for Node.jsfetch()operations.Initially, I expected it would modify Node's TLS cipher suite to mimic the behavior of real browsers in
fetch()requestsβsomething more in line with howheader-generatorworks.Beta Was this translation helpful? Give feedback.
All reactions