Hi guys, is there a way to turn off client request cache control? I would like to setup httpd as reverse proxy, which caches responses of the services running on remote server. While setting the reverse proxy + cache is clear, I find difficult to find how to stop clients from messing
with the cache – using the Cache-Control request header (http://www.ietf.org/rfc/rfc2616.txt 14.9.2) or ETag/If-None-Match. I would like to avoid clients from managing the load to the proxied remote
server. Is there any kind of setting that would render the request headers as ignored? Thank you in advance, Maros. |