-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Cache-Control header is removed from cache hits #712
Comments
Most of the time we leave Cache-Control as it was set before. |
@timotei-litespeed Thank you for your response. In what WordPress filter can I add a Cache-Control header? |
@szepeviktor sorry for late answering |
@szepeviktor what is the status of the question? |
I'd like you to (optionally?) copy the |
@szepeviktor reading over your last question I saw you asked where you can change header. What if your end result? What do you wat to achieve? |
I want the keep the original |
Response without cache, e.g. a POST request
Cache-Control: no-cache, no-store, must-revalidate, max-age=0
with cache, e.g. a GET request: the
Cache-Control
header is missing meaningPlease advise. It is intentional?
The text was updated successfully, but these errors were encountered: