User Fingerprints
You can customize browser fingerprints to make each session unique by adjusting the configuration of the fingerprint
Browser fingerprints are unique identifiers that help ensure consistency across sessions. By creating a fingerprint, you can retain session cookies, browsing history, proxy IP, and other configuration settings between user sessions. This ensures that when users return, their experience is the same, with their preferences, settings, and data preserved for persistence.
Personalized Experience
Customizing various aspects of the fingerprint—such as screen resolution, DPI, device configurations, and proxy settings—helps maintain a consistent and personalized browsing experience, making it easier to track and manage user sessions over time. This configuration will continue to expand, allowing for even more detailed and accurate session management in the future.
Screen Resolution
Adjust the resolution of the browser window. Available options:
"1280x1024"
,"1920x1080"
,"1366x768"
,"1536x864"
,"1280x720"
,"1440x900"
, or"1280x2400"
Color Depth
Set the color depth of the screen. Possible values:
24
,30
, or32
DPI
Define the DPI for screen scaling. Supported values:
96
,120
,144
, or192
Example Request Body
Example Response Body
store the fingerprintSecret. It cannot be retrieved once lost.
The fingerprintSecret
is a unique encryption key associated with the user's fingerprint, and it plays a crucial role in securing session data. This secret will be used to decrypt any session-related information, such as cookies, history, or other sensitive data. By encrypting session data with the fingerprint secret, cookies and other data are stored securely, ensuring that they can only be accessed or modified using the same secret.
Last updated