What is Cache-Control: private?

前端 未结 4 1655
后悔当初
后悔当初 2020-12-02 07:25

When I visit chesseng.herokuapp.com I get a response header that looks like

Cache-Control:private
Connection:keep-alive
Content-Encoding:gzip
Content-Type:te         


        
4条回答
  •  萌比男神i
    2020-12-02 07:55

    Cache-Control: private
    

    Indicates that all or part of the response message is intended for a single user and MUST NOT be cached by a shared cache, such as a proxy server.

    From RFC2616 section 14.9.1

提交回复
热议问题