What should a http client do if server returned Cache-Control: private, public
?
I have a feeling private
should override public
, but I can't find a confirmation in the RFC (other than MUST
in private
and MAY
in public
).
What should a http client do if server returned Cache-Control: private, public
?
I have a feeling private
should override public
, but I can't find a confirmation in the RFC (other than MUST
in private
and MAY
in public
).