400 Bad Request Request Header Or Cookie Too Large nginx

醉酒当歌 提交于 2019-12-24 21:56:44

问题


How should i solve this error on Real NGINX Server? When i was developing on local there was no error show with that. And it's only happen on Mobile and Tablet. Not happened on PC Browser. I searched in google and stackoverflow too but the problem solving is only one way. I've to give my project manager to different solving methods at least 2 - 3 methods. Because Server providers won't allow to config the NGINX config file so we can't use this method. Currently I found below method. Is there any other method to solve this error like adding some codes or something that we can use without server providers?

server {
   # ...
   large_client_header_buffers 4 32k;
   # ...
}

Developing Platforms : NGINX, Cakephp 3.x

来源:https://stackoverflow.com/questions/47130025/400-bad-request-request-header-or-cookie-too-large-nginx

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!