Tagged Questions
The vary tag has no wiki summary.
3
votes
1answer
351 views
PHP/Ajax “Vary: X-Requested-With” does not work for me!
i am trying to serve cacheable Content depending on whether it is an ajax request or not.
Scenario:
A little PHP-script "/test.php" serves some HTML-Output and sets the following Headers:
Expires ...
3
votes
1answer
448 views
mod_rewrite not sending Vary: accept-language when RewriteCond matches
I have a rewrite rule which redirects to / if no accept-language is present and someone attempts to visit ?lang=en. It works fine, except for the headers returned. Vary: accept-language is missing ...
2
votes
1answer
71 views
Sitecore caching and varying
This is my first time with Sitecore caching and I haven't been able to find a good guide about how to use the various varying options in Sitecore. I want to know how each is different, how they differ ...
2
votes
1answer
46 views
Is there ever any reason to respond with “Vary: *” and “Vary: Foo” for the same resource?
Is there any reason for a HTTP server to sometimes respond with Vary: *, and sometimes with Vary: Foo, to requests for the same resource?
What should a cache do, if after receiving (and caching) ...
1
vote
2answers
234 views
In ASP.NET, is it possible to output cache by host name? ie varybyhost or varbyhostheader?
I've got a website that has a number of host headers. Depending on the host header, the results are different - both visually (theme'd) and data.
So lets imagine i have a website called 'Foo' - that ...
0
votes
1answer
134 views
Caching with Varnish & Varying over custom-set HTTP headers
I'm developing your standard high traffic ecommerce website and want to setup caching with Varnish. The particular thing on this setup is that the application will return different content depending ...
0
votes
0answers
1k views
Vary: Accept-Encoding always set to *
I am trying to set the "Vary:Accept-Encoding" header using ASP.NET MVC and the HttpCompress from blowery.
The problem I keep running into is that the header sets to Vary: * instead of ...
0
votes
2answers
1k views
what does this configuration in apache mean?
Header append Vary User-Agent env=!dont-vary
Can anyone give a detailed explanation for this?