Thank you for your response. Strange it didnt appear to work in practice. <br>I used curl to send the test request, and curl interpreted it correctly based on its trace log.<br><br>I am not having any issues with any other getparam variable accesses except this one.<br>
My fastcgi_params file declares mapping to be HTTP_RANGE $http_range and the result I get is null char<br>from the local request state environment.<br><br><div class="gmail_quote">On Thu, Jul 16, 2009 at 7:25 PM, Maxim Dounin <span dir="ltr">&lt;<a href="mailto:mdounin@mdounin.ru">mdounin@mdounin.ru</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hello!<br>
<div><div></div><div class="h5"><br>
On Thu, Jul 16, 2009 at 02:02:40PM -0700, Magdalena Glinkowski wrote:<br>
<br>
&gt; <a href="http://wiki.nginx.org/NginxHttpCoreModule#.24args" target="_blank">http://wiki.nginx.org/NginxHttpCoreModule#.24args</a><br>
&gt;<br>
&gt; In the documentation above for the http_HEADER section, their is implication<br>
&gt; that if I want &quot;Range&quot; from header,<br>
&gt; I use &quot;http_range&quot; as the value, is this correct?<br>
<br>
</div></div>Yes, $http_range variable will give you value of Range header from<br>
http request.<br>
<font color="#888888"><br>
Maxim Dounin<br>
<br>
</font></blockquote></div><br>