Skip to content

Commit 7bad395

Browse files
committed
Clarify signed requests in the ESI renderer
1 parent 53af34b commit 7bad395

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

book/http_cache.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1207,6 +1207,12 @@ One great advantage of the ESI renderer is that you can make your application
12071207
as dynamic as needed and at the same time, hit the application as little as
12081208
possible.
12091209

1210+
.. caution::
1211+
1212+
The fragment listener only responds to signed requests. Requests are only
1213+
signed when using the fragment renderer and the ``render_esi`` Twig
1214+
function.
1215+
12101216
.. note::
12111217

12121218
Once you start using ESI, remember to always use the ``s-maxage``

0 commit comments

Comments
 (0)