samyk / evercookie

Produces persistent, respawning "super" cookies in a browser, abusing over a dozen techniques. Its goal is to identify users after they've removed standard cookies and other privacy data such as Flash cookies (LSOs), HTML5 storage, SilverLight storage, and others.
https://samy.pl/evercookie/
4.43k stars 662 forks source link

Serverside accessing cookies #110

Closed fletchette closed 8 years ago

fletchette commented 8 years ago

What's the best way to get the value of the evercookie on a backend script?

samyk commented 8 years ago

You would need to pass it from client-side Javascript to the backend by using something such as an image tag, AJAX request, or other remote resource request.