What is difference between max-age and max-stale in cache control mechanism
From RFC 7234: The “max-age” request directive indicates that the client is unwilling to accept a response whose age is greater than the specified number of seconds. Unless the max-stale request directive is also present, the client is not willing to accept a stale response. … The “max-stale” request directive indicates that the client is … Read more