-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Closed
Labels
Good first issueIdeal for your first contribution! (some Symfony experience may be required)Ideal for your first contribution! (some Symfony experience may be required)HttpKernel
Description
Symfony sends cache-control: no-cache
header by default. This make HTTP/1.1-compatible client and (correctly configured) reverse proxy not to cache the response.
But if a client supports only HTTP/1.0 protocol, the cache-control
header will be ignored. To prevent caching page in HTTP/1.0 protocol, Symfony should send also Expires or Pragma headers by default.
Metadata
Metadata
Assignees
Labels
Good first issueIdeal for your first contribution! (some Symfony experience may be required)Ideal for your first contribution! (some Symfony experience may be required)HttpKernel