Hi,
> Isnt it what CacheStorePrivate is for?
I tried with this option only, it doesn't work. Seems correct as the
docs says:
"Ordinarily, responses with Cache-Control: private header values will
not be stored in the cache. The |CacheStorePrivate| directive allows
this behavior to be overrid
On 18/02/2013 10:55 PM, "Nicolas Daniels" wrote:
>
> Hello,
>
> Ok I figured out how to allow caching for authenticated urls: adding
"Cache-Control" header with public option do the trick.
>
Isnt it what CacheStorePrivate is for?
> Now I still have the problem that the cache key is built upon the
Hello,
Ok I figured out how to allow caching for authenticated urls: adding
"Cache-Control" header with public option do the trick.
Now I still have the problem that the cache key is built upon the url
BEFORE the rewrite occurs.
Is it possible to change this behavior ?
I tried with
AddOut