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

Infinite loop #108

Open tabishfriend opened 8 years ago

tabishfriend commented 8 years ago

If no cookie found. Browser stuck in the loop and returned error unresponsive script.

Any one know how can I resolve this issue ?

Ualas commented 8 years ago

Have you found a solution?

tabishfriend commented 8 years ago

If you are also having this issue than its because of php is not configured with your server. Request is getting error page and trying to find key from it

Ualas commented 8 years ago

I am using Ruby on Rails, how can I proceed?

tabishfriend commented 8 years ago

Hi,

Sorry I am not Ruby programmer but I can explain you what I did to solve it.

I was using MVC 5, so what I did just deployed my solution to IIS and configure it to listen php request as well.

So I think you also need to configure php server for it.

Thanks