I&#39;ve noticed that when using server side includes, the original document&#39;s request method is used for the includes of the subsequent documents. <br>I would think that includes should be GET requests, regardless of the original document&#39;s request method (you can&#39;t add POST or PUT variables in the include statements, after all.)
<br>Should that be changed to always use GET?<br><br>Regardless, is it possible to change the request method from the Nginx side?<br><br>Redefining $request_method as follows seems to be disallowed:<br><br>set $request_method GET;
<br># Compile message:<br># 2008/01/08 15:05:48 [emerg] 32758#0: the duplicate &quot;request_method&quot; variable in /usr/local/nginx/conf/nginx.conf:159<br clear="all"><br>-- <br>Respectfully,<br>Larry Diehl<br><a href="http://www.larrytheliquid.com">
www.larrytheliquid.com</a>