'no-cache, no-store, max-age=0, must-revalidate', 'Pragma' => 'no-cache', 'Expires' => 'Sun, 02 Jan 1990 00:00:00 GMT' ]; $response = $next($request); foreach($headers as $key => $value) { $response->headers->set($key, $value); } return $response; } }