Can a client force the origin server to ignore its cache when generating the response? For example, can it send Cache-Control: no-cache in a request? The RFC only seems to discuss Cache-Control: no-cache in the context of a response, not a request.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|
Answering my own question... According to http://www.w3.org/Protocols/rfc2616/rfc2616-sec13.html#sec13.1.6:
According to http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9.4
|
||||
|
|