<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">If we are talking about stuff in the body of the object, the anwer is<br>no.<br></blockquote><div>
 </div><div>yes, unfortunately that is what I am looking for. I am trying to see if varnish can &quot;replicate&quot; the functionality of a commercial cache appliance from a &quot;well-known&quot; vendor.</div><div>  </div>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
You could always use ESI for it, but apart from that, there&#39;s currently<br>
no way to manipulate the content of a page.<br></blockquote><div><br></div><div>ESI would probably work and be much easier, but reading the wiki (<a href="http://varnish-cache.org/wiki/ESIfeatures">http://varnish-cache.org/wiki/ESIfeatures</a>) it seems like Varnish doesn&#39;t yet support the &quot;<span class="Apple-style-span" style="font-family: Verdana, Arial, &#39;Bitstream Vera Sans&#39;, Helvetica, sans-serif; font-size: 13px; ">Content substitution based on variables</span>&quot; functionality. </div>
<div><br></div><div>I am not well versed in ESI, but I think would be looking to do something like this:</div><div><span class="Apple-style-span" style="font-family: sans-serif; font-size: 13px; white-space: pre; ">&lt;esi:vars&gt;</span></div>
<div><span class="Apple-style-span" style="font-family: sans-serif; font-size: 13px; white-space: pre; ">    &lt;a href=&quot;<a href="http://www.example.com/getpage?sessionKey=$(QUERY_STRING{&#39;sessionKey&#39;})">http://www.example.com/getpage?sessionKey=$(QUERY_STRING{&#39;sessionKey&#39;})</a>&quot;/&gt;get page&lt;/a&gt;</span></div>
<div><span class="Apple-style-span" style="font-family: sans-serif; font-size: 13px; white-space: pre; ">&lt;/esi:vars&gt;</span></div><div><font class="Apple-style-span" face="sans-serif"><span class="Apple-style-span" style="white-space: pre;"><br>
</span></font></div><div><font class="Apple-style-span" face="sans-serif"><span class="Apple-style-span" style="white-space: pre;">In the wiki, it says &quot;<span class="Apple-style-span" style="font-family: Verdana, Arial, &#39;Bitstream Vera Sans&#39;, Helvetica, sans-serif; white-space: normal; font-size: 13px; ">For now we have deemed this feature uninteresting, but adding it is just a matter of programming.&quot; What are the chances of getting support for variables in a future release?</span></span></font></div>
</div>