How to restrict access the jquery ajax method from browser console window via hacking.
The problem is: everyone can just go to the console and make a loop around it and make that request a thousand time. As I can't restrict by a log in system, I was wondering how I can deal with this security problem.
Thanks