Chrome browser is not sending if-modified-since header to server

前端 未结 6 1623
一整个雨季
一整个雨季 2020-12-09 14:45

I have these headers being sent to the client by the server:

Cache-Control:private
Connection:keep-alive
Content-Encoding:gzip
Content-Type:text/html
Date:Su         


        
6条回答
  •  自闭症患者
    2020-12-09 15:14

    In addition (https://stackoverflow.com/a/14899869/362780):

    F12 > Settings > General > Disable cache (while DevTools is open) -> uncheck this...

提交回复
热议问题