<div><font><font class="Apple-style-span" size="4"><span class="Apple-style-span" style="font-size: 16px;">Hello</span></font>,</font></div><div><font class="Apple-style-span" size="4"><span class="Apple-style-span" style="font-size: 16px;"><br>
</span></font></div><div><font></font><font size="3">    First off as always, thanks ahead of time!  </font></div><div><font class="Apple-style-span" size="4"><span class="Apple-style-span" style="font-size: 16px;"><br></span></font></div>
<div><font size="3">I&#39;m testing out the new http_query kamailio method/function, experiencing some odd behavior. </font></div><div><font class="Apple-style-span" size="4"><span class="Apple-style-span" style="font-size: 16px;"><br>
</span></font></div><div><font size="3">When I do:  <a href="http://sub.domain.com/folder/1111111111">http://sub.domain.com/folder/1111111111</a> &lt;- 1111111111 being a &quot;file dynamically created&quot;, it may pull results i.e. &quot;XYZ&quot;.</font></div>
<div><font class="Apple-style-span" size="4"><span class="Apple-style-span" style="font-size: 16px;"><br></span></font></div><div><font size="3">When I do: <a href="http://domain.com/test.txt">http://domain.com/test.txt</a> &lt;--- it may pull &quot;XYZ&quot;, only the later method is being stored inside of the avp/var that I set on http_query.</font></div>
<div><font class="Apple-style-span" size="4"><span class="Apple-style-span" style="font-size: 16px;"><br></span></font></div><div><font size="3"> I&#39;ve tried everything from adjusting timeout, matching the end result in the first with  second that http serves, etc.  The first one is a result that is pulled dynamically, however the result is instantly rendered (no delay) so is essentially the same amount of time between the two methods.  At this point the only difference I can see is the URI, one is on a subdomain, and one is not, and one has two &#39;forward /&#39; slashes, vs the other only has one -- Any thoughts?</font></div>
<div><font class="Apple-style-span" size="4"><span class="Apple-style-span" style="font-size: 16px;"><br></span></font></div><div><font class="Apple-style-span" size="4"><span class="Apple-style-span" style="font-size: 16px;">HTTP HEADERS</span></font></div>
<div><font class="Apple-style-span" size="4"><span class="Apple-style-span" style="font-size: 16px;">---------------------------------------------</span></font></div><div><font class="Apple-style-span" size="4"><span class="Apple-style-span" style="font-size: 16px;"><div>
AVP RESULT IS NOT STORED:</div><div><br></div><div>T +2.695119 KAMAILIO:50254 -&gt; APACHE_SERVER_1:80 [AP]</div><div>GET /cnam/XXXXXXXXXX HTTP/1.1.</div><div>Host: APACHE_SERVER_1.</div><div>Accept: */*.</div><div>.</div>
<div><br></div><div><br></div><div>T +0.077494 APACHE_SERVER:80 -&gt; KAMAILIO:50254 [AP]</div><div>HTTP/1.1 200 OK.</div><div>Date: Fri, 24 Jul 2009 03:28:44 GMT.</div><div>Server: Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8e-fips-rhel5 PHP/<a href="http://5.2.9.">5.2.9.</a></div>
<div>X-Powered-By: PHP/<a href="http://5.2.9.">5.2.9.</a></div><div>Set-Cookie: PHPSESSID=73ab9eba6da2d51883d386bce2bb5967; path=/.</div><div>Expires: Thu, 19 Nov 1981 08:52:00 GMT.</div><div>Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0.</div>
<div>Pragma: no-cache.</div><div>Content-Length: 15.</div><div>Content-Type: text/html.</div><div>.</div><div>Cell Phone   CA</div><div><br></div><div><br></div><div>AVP RESULT IS APPROPRIATELY STORED:</div><div><br></div>
<div><br></div><div>T +5.883544 KAMAILIO:34652 -&gt; APACHE_SERVER_2:80 [AP]</div><div>GET /test.txt HTTP/1.1.</div><div>Host: APACHE_SERVER_2.</div><div>Accept: */*.</div><div>.</div><div><br></div><div><br></div><div>T +0.002655 APACHE_SERVER_2:80 -&gt; KAMAILIO:34652 [AP]</div>
<div>HTTP/1.1 200 OK.</div><div>Date: Fri, 24 Jul 2009 03:29:14 GMT.</div><div>Server: Apache/2.2.11 (Unix) PHP/<a href="http://5.2.9.">5.2.9.</a></div><div>Last-Modified: Fri, 24 Jul 2009 03:14:54 GMT.</div><div>ETag: &quot;11a117-10-46f6b0215a780&quot;.</div>
<div>Accept-Ranges: bytes.</div><div>Content-Length: 16.</div><div>Content-Type: text/plain.</div><div>.</div><div>Cell Phone   CA</div></span></font></div>