Skip to content

Validating visitorId #704

Answered by Finesse
beshoo asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @beshoo. This is more a general question than an issue, so I've converted it to a discussion.

You can't validate a fingerprint. You can only make it harder to fake the fingerprints, for example by:

  • obfuscating the code of your frontend;
  • obfuscating the content of the HTTP requests that contain fingerprints;
  • sending the fingerprints in multiple HTTP requests.

In general, browser fingerprinting is not designed to withstand hackers that modify the frontend code or fake HTTP requests. Please search "http request integrity" to learn how to protect your HTTP requests from faking.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by Finesse
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
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #703 on October 04, 2021 07:26.