获取HTTP元素QUERY_STRING的长度大于PUMA Server中允许的(1024 * 10)长度

时间:2019-02-08 14:24:10

标签: ruby-on-rails ajax

我在AJAX中传递巨大的查询字符串时遇到错误。我正在使用Puma Server。如何在puma服务器中解决此问题?

HTTP parse error, malformed request ():<Puma::HttpParserError: HTTP element 
 QUERY_STRING is longer than the (1024 * 10) allowed length (was 13692)>

0 个答案:

没有答案