Hi everyone,
Th开发者_Python百科is is the problems i'm getting. What type of error is this? Is this a Browser issue? Is there any solution? any help would appreciated.
The error says:
Size of a request header field exceeds server limit.
Then:
Cookie: ...
So, it means that the client is sending out too much data in the Cookie
header for the server to accept.
Found this: Request header field exceeding server limit (Super User).
I don't know if it's at login form that you are getting the error. I'm not getting the error. Anyway, try other browsers and clean your browser cache and cookies to make sure it's not some kind of malfunction at client-side.
精彩评论