Impersonating Connection Fingerprints
By default, the Proxy Saver replicate the incoming fingerprint of the connection, this means that if you connect with a real browser the outgoing connection will also have the same fingerprint. This is useful for most use cases, but sometimes you might use an http client from programming language or even command line like Curl.
For that case, you will want to impersonnate a real browser fingerprint, and this is done by using the FpImpersonate
parameter.
Usage
Proxy Saver options are configured through a standard username flag notation where the key value pair is attached to the username. Currently there's only 1 relevant parameter:
- FpImpersonate select a specific impersonation profile.
By default, if no fingerprint option is selected Proxy Saver retains the original fingerprint.
Here are some examples of how to use the fingerprint options:
Available Fingerprints
The fingerprint pool is constantly updated and maintained to ensure the highest possible performance. Here are all of the available FpImpersonate options:
Profile | Description |
---|---|
chrome_win_130 | Chrome browser (windows) version 130 (TLS 1.3) |
chrome_win_131 | Chrome browser (windows) version 131 (TLS 1.3) |
chrome_win_133 | Chrome browser (windows) version 133 (TLS 1.3) |
chrome_macos_133 | Chrome browser (macos) version 133 (TLS 1.3) |
chrome_linux_133 | Chrome browser (linux) version 133 (TLS 1.3) |
chrome_win_135 | Chrome browser (windows) version 135 (TLS 1.3) |
chrome_macos_135 | Chrome browser (macos) version 135 (TLS 1.3) |
chrome_linux_135 | Chrome browser (linux) version 135 (TLS 1.3) |
edge_win_133 | Microsoft Edge browser (windows) version 133 (TLS 1.3) |
edge_win_134 | Microsoft Edge browser (windows) version 134 (TLS 1.3) |
firefox_linux_111 | Firefox browser (linux) version 111 (TLS 1.2) |
firefox_win_132 | Firefox browser (windows) version 132 (TLS 1.3) |
firefox_win_135 | Firefox browser (windows) version 135 (TLS 1.3) |
firefox_macos_135 | Firefox browser (macos) version 135 (TLS 1.3) |
firefox_linux_135 | Firefox browser (linux) version 135 (TLS 1.3) |
safari_macos_18 | Safari browser (macos) version 18.x (TLS 1.3) |