我发送超过1000个用户配置文件记录的json对象字符串。服务器发给我这个错误:
<head><title>413 Request Entity Too Large</title></head>
<body bgcolor="white">
<center><h1>413 Request Entity Too Large</h1></center>
<hr><center>ngx_openresty/1.2.4.14</center>
</body>
</html>
我正在使用loopj(http://loopj.com/android-async-http/)lib。
答案 0 :(得分:2)
您可以更改服务器的设置,让它接受更大的请求。否则你必须将你的请求分成小物种。