 
                Private Cache-Control Header
                 Download List of All Websites using Private Cache-Control Header
                 
                The Cache-Control general-header field is used to specify directives for caching mechanisms in both requests and responses. Caching directives are unidirectional, meaning that a given directive in a request is not implying that the same directive is to be given in the response.
             
               
                
                
               Tags:
               
           
               
           
              
               
                         
                
                
                
                Proxy Revalidate HTTP Cache-Control
                 Download List of All Websites using Proxy Revalidate HTTP Cache-Control
                 
                Same as must-revalidate, but it only applies to shared caches (e.g., proxies) and is ignored by a private cache.
             
               
                
                
               Tags:
               
           
               
           
               
           
              
               
                         
                
                
                
                Vary Header Accept-Encoding
                 Download List of All Websites using Vary Header Accept-Encoding
                 
                The Accept-Encoding request HTTP header advertises which content encoding, usually a compression algorithm, the client is able to understand. Using content negotiation, the server selects one of the proposals, uses it and informs the client of its choice with the Content-Encoding response header.
             
               
                
                
               Tags:
               
           
               
           
               
           
              
               
                         
                
                
                
                Keep-Alive for 50 secs
                 Download List of All Websites using Keep-Alive for 50 secs
                 
                The Keep-Alive general header allows the sender to hint about how the connection may be used to set a timeout and a maximum amount of requests.