79123148

Date: 2024-10-24 17:57:51
Score: 1
Natty:
Report link

The specification isn't very clear on this. The convention is to use one Cache-Control header with all the cache directives. However, as you state in your question, is it possible that clients/browsers are combining the response header directives?

The main rules are:

  • Caching directives are case-insensitive
  • Multiple directives are permitted and must be comma-separated
  • Some directives have an optional argument. When an argument is provided, it is separated from the directive name by an equals symbol (=)
Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: r_2009