I am using Laravel 5. After too many GET requests via ajax, let's say an ajax request that gets fired on keyup/keydown , I would get a 200 OK response but after ~15+ consecutive requests I get a 401 Unauthorized error . What causes this? What should I do?
http://laravel.io/forum/04-29-2015-people-asking-about-jquery-ajax
You may be sending to many get request, try post.
Interested in this too.
Reducing the ammount of requests is obviously a solution but that's not the question here neither this is a thread about ajax.
Anyone has any pointer on how to configure the server to handle the ammount or if there's a particular laravel setting to adress this?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community