<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 "replicate" the functionality of a commercial cache appliance from a "well-known" 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'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't yet support the "<span class="Apple-style-span" style="font-family: Verdana, Arial, 'Bitstream Vera Sans', Helvetica, sans-serif; font-size: 13px; ">Content substitution based on variables</span>" 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; "><esi:vars></span></div>
<div><span class="Apple-style-span" style="font-family: sans-serif; font-size: 13px; white-space: pre; ">    <a href="<a href="http://www.example.com/getpage?sessionKey=$(QUERY_STRING{'sessionKey'})">http://www.example.com/getpage?sessionKey=$(QUERY_STRING{'sessionKey'})</a>"/>get page</a></span></div>
<div><span class="Apple-style-span" style="font-family: sans-serif; font-size: 13px; white-space: pre; "></esi:vars></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 "<span class="Apple-style-span" style="font-family: Verdana, Arial, 'Bitstream Vera Sans', 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." What are the chances of getting support for variables in a future release?</span></span></font></div>
</div>