Hey Guys,
My understanding of using const ja4_fingerprint = request.headers.get("x-vercel-ja4-digest") is that it should be unique however I am getting the same fingerprint as others in my organisation and we're all located in different parts of the world. I'm in SA JHB, colleague in SA CPT and a colleague in Italy.
Interestingly a similar issue: https://community.vercel.com/t/vercel-tls-fingerprint/1164
Their stated fingerprint is EXACTLY what I'm seeing: t13d1516h2_8daaf6152771_02713d6af862
So first is my understanding correct? Should these fingerprints be unique?
I initially thought it was because we use Cloudflare but we only use it for our production domain, technically the preview branches shouldn't be affected / behind cloudflare right?
So yeah just trying to understand this. I wanted to use it as another means to dedupe users - mobile, email, fingerprint - obviously without the user being aware but if their fingerprint matched another user then we would prevent signup.
Let me know what you think.