We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/bmuller/mod_auth_openid/blob/master/src/http_helpers.cpp#L85 I can confirm that switching the above line to: apr_table_setn(r->err_headers_out, "Cache-Control", "no-cache"); sends the Cache-Control header to the user agent. Otherwise I have never observed it sent.
I might also suggest "no-cache, must-revalidate", as I have read that Firefox will sometimes ignore no-cache. http://www-archive.mozilla.org/projects/netlib/http/http-caching-faq.html
SB
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://github.com/bmuller/mod_auth_openid/blob/master/src/http_helpers.cpp#L85
I can confirm that switching the above line to:
apr_table_setn(r->err_headers_out, "Cache-Control", "no-cache");
sends the Cache-Control header to the user agent. Otherwise I have never observed it sent.
I might also suggest "no-cache, must-revalidate", as I have read that Firefox will sometimes ignore no-cache.
http://www-archive.mozilla.org/projects/netlib/http/http-caching-faq.html
SB
The text was updated successfully, but these errors were encountered: