Date Published: February 5, 2025
Drupal 9 page cache does not respect the Vary header
Issue¶
Drupal Page Cache does not currently respect the Vary header , please see the following issues on Drupal.org for more information:
Affected Applications/Limitations¶
Any Drupal application with page cache enabled attempting to use the Vary header for variations in cache.
Resolution¶
As a current workaround you can disable page cache by adding the following snippet in settings.php
:
$settings['cache']['bins']['page'] = 'cache.backend.null';
Did not find what you were looking for?
If this content did not answer your questions, try searching or contacting our support team for further assistance.