<div dir="ltr"><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">I suggest you try setting a larger buffer size with <a href="http://nginx.org/en/docs/http/ngx_http_core_module.html#large_client_header_buffers">large_client_header_buffers</a>. The docs are really clear about the fact a request line cannot exceed the size of a single buffer (<b>not</b> the number * size value).<br><br>By changing from the GET to the POST method, are you sure you did not change anything else about the headers sent? Trying to make your tests (replaying both the KO & OK requests) with a command-line client displaying all those headers to you might prove useful.<br></div><div class="gmail_extra"><div><div class="gmail_signature"><font size="1"><span style="color:rgb(102,102,102)">---<br></span><b><span style="color:rgb(102,102,102)">B. R.</span></b><span style="color:rgb(102,102,102)"></span></font></div></div>
<br><div class="gmail_quote">On Wed, Nov 11, 2015 at 6:37 PM, Spencer Fu <span dir="ltr"><<a href="mailto:lists@ruby-forum.com" target="_blank">lists@ruby-forum.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I changed the request from a get to a post in order to get it working<br>
for my site.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Posted via <a href="http://www.ruby-forum.com/" rel="noreferrer" target="_blank">http://www.ruby-forum.com/</a>.<br>
<br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" rel="noreferrer" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</font></span></blockquote></div><br></div></div>