diff --git a/src/HttpProxyResponse.php b/src/HttpProxyResponse.php index 8cd540b..eab0a97 100644 --- a/src/HttpProxyResponse.php +++ b/src/HttpProxyResponse.php @@ -37,10 +37,15 @@ class HttpProxyResponse extends Response { protected const IMPORT_HEADERS = [ 'content-type', - 'last-modified', 'content-length', + 'content-disposition', 'date', - 'content-disposition' + 'last-modified', + 'etag', + 'cache', + 'pragma', + 'expires', + 'cache-control' ]; /**