[Varnish] #1270: Any way to detect/distinguish ESI requests?

Varnish varnish-bugs at varnish-cache.org
Mon Mar 11 12:20:44 CET 2013


#1270: Any way to detect/distinguish  ESI requests?
-------------------------+----------------------
 Reporter:  whocares     |       Owner:
     Type:  enhancement  |      Status:  closed
 Priority:  normal       |   Milestone:
Component:  varnishd     |     Version:  3.0.3
 Severity:  normal       |  Resolution:  invalid
 Keywords:               |
-------------------------+----------------------
Changes (by tfheen):

 * status:  new => closed
 * resolution:   => invalid


Comment:

 You can use

     if (req.esi_level > 0) {
         set req.http.X-Esi = "<nonce/hash/secret>";
     }

-- 
Ticket URL: <https://www.varnish-cache.org/trac/ticket/1270#comment:1>
Varnish <https://varnish-cache.org/>
The Varnish HTTP Accelerator




More information about the varnish-bugs mailing list