I am developing laravel website and I encounter this very stressfull error. Yesterday, my website is running smoothly until today. Today, after several times of form submit, It returns:
Bad Request
Your browser sent a request that this server could not understand. Size of a request header field exceeds server limit.
I noticed that there are lots of cookies generated from localhost (see image below):
if I delete one of those cookie, I can open my website I have done several checks on javacript and all other code but couldn't find anything wrong.
What could possibly go wrong? is it on my code? or my web server? or anything?