Will content requested over https still be cached by web browsers or do they consider this insecure behaviour? If this is the case is there anyway to tell them it's ok to cache?
feedback
|
|
By default web browsers should cache content over HTTPS the same as over HTTP, unless explicitly told otherwise via the HTTP Headers received. This link is a good introduction to setting cache setting in HTTP headers.
This can be achieved by setting the
will tell the browser that this page can be cached for 3600 seconds (1 hour) | |||||||||
feedback
|
|
As of 2010, all modern, current-ish browsers cache HTTPS content by default, unless explicitly told not to. It is not required to set | |||||
feedback
|