Joel, that link is for a client-side solution to a server side problem.
And as it turns out, that header isn't the problem here.


The actual solution is in Apache you must add a line to the relevant
conf file:
    Header unset Vary

Since Apache for some reason keeps adding (even overwriting values
coming from Rails) so Vary comes across as:
    Vary: User-Agent, Accept-Encoding

With that in place Vary doesn't come across anymore and IE6 and IE7
download from a redirect link as they should.


cheers!

-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to