<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml">
 <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type"/>
 </head>
 <body>
  <p style="margin: 0;">
   <span></span>
  </p>
  <p style="margin: 0px;">Is it possible that this is currently *not* possible? (ANY feedback welcome ;)</p>
  <p style="margin: 0px;">In the FAQs it says that "In 2.0 and later,  pass will handle the request body correctly". So someone has implemented  passing the request body - is there anyone on the list that can put in a  feature request, that this also be done for fetch mode? Didn't find it in trac :( </p>
  <p style="margin: 0px;"> </p>
  <p style="margin: 0px;"> </p>
  <p style="margin: 0px;">Possible alternative: is there any way to cache calls made in pass mode?</p>
  <p style="margin: 0px;"> </p>
  <p style="margin: 0px;">Thx.</p>
  <p style="margin: 0px;">Jon</p>
  <p style="margin: 0px;"> </p>
  <p style="margin: 0px;"> </p>
  <p> </p>
  <div style="margin: 5px 0px 5px 0px; font-family: monospace;">
   <br/>
   "jon.gilbert@net-entwicklung.de" <jon.gilbert@net-entwicklung.de> hat am 12. September 2011 um 10:07 geschrieben:
   <br/>
   <br/>
   >
   <br/>
   > Hi! 
   <br/>
   > I'm afraid I am fairly new to varnish but I have a problem whch I cannot find a solution to anywhere (yet): Varnish is set up to cache GET requests. We have some requests which have so many parameters that we decided to pass them in the body of the request. This works fine when we bypass Varnish but when we go through Varnish (for caching), the request is passed on without the body, so the service behind Varnish fails.
   <br/>
   > I know we could use POST, but we want to GET data. I also know that Varnish CAN pass the request body on if we use pass mode but as far as I can see, requests made in pass mode aren't cached. I've already put a hash into the url so that when things work, we will actually get the correct data from cache (as far as the url goes the calls would otherwise all look to be the same).
   <br/>
   > The problem now is "just" how to rewrite vcl_fetch to pass on the request body to the webserver? Any hints and tips welcome!
   <br/>
   >  
   <br/>
   > Thanks in advance
   <br/>
   > Jon
  </div>
 </body>
</html>