You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running reactJS 18.2.0 with vite 4.0.0. Ive noticed that the fingerprint changes sometimes on POST requests. I really dont have any way of reproducing but sending a bunch of POST requests.
That is the code I use to get the fingerprint. Now the only way I've been able to make the request change is by sending POST requests to my login URL. Below you can find two requests where the fingerprint changed.
Here is a image of my chrome and Firefox console logs with the fingerprint. As you can see the fingerprint changes on Firefox but seems to stay the same on chrome and Brave. I have not yet tried opera or other browsers.
SoloOrchid
changed the title
Fingerprint changes on POST requests.
Fingerprint changes on firefox.
Mar 13, 2024
These browsers use fingerprint protection techniques like slightly changing the rendering of graphics etc. As this library uses GPU rendering to calculate the fingerprint it gets affected sometimes.
I am running reactJS 18.2.0 with vite 4.0.0. Ive noticed that the fingerprint changes sometimes on POST requests. I really dont have any way of reproducing but sending a bunch of POST requests.
That is the code I use to get the fingerprint. Now the only way I've been able to make the request change is by sending POST requests to my login URL. Below you can find two requests where the fingerprint changed.
Tool used: https://toolbox.googleapps.com/apps/har_analyzer
If there is anything else I can do to help solve this please let me know.
EDIT: Firefox version is 123.0.1 (64-bits). OS: MacOS
The text was updated successfully, but these errors were encountered: