Closed (fixed)
Project:
Authenticated User Page Caching (Authcache)
Version:
7.x-2.x-dev
Component:
Documentation
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 May 2019 at 23:11 UTC
Updated:
1 Jun 2019 at 09:04 UTC
Jump to comment: Most recent
Comments
Comment #2
znerol commentedThat's correct. According to the 3.0 reference
esi_levelis only onreqand that one is not available fromvcl_fetch(search for the following phrase in the docs: The following variables are available after the requested object has been retrieved from the backend, before it is entered into the cache. In other words, they are available in vcl_fetch:.Same is true for the
vcl_backend_responsein varnish 4.0. That one runs in the backend part of varnish and thus has no access toreq.esi_level(which is a client side variable).Comment #4
znerol commented