Forum Discussion
Chad_Roberts_21
Nimbostratus
Jan 08, 2007Problems downloading files with CACHE-CONTROL header
I asked this in response to a previous thread, but my question went unnoticed... I'll try again here.
I recently tried adding the following simple iRule to one of our web apps. It seemed to work w...
Andrew_Vishnyak
Nimbostratus
Mar 28, 2007Found the same problem with PDF, XLS and Java Web Start (JNLP) files.
IE 6/7 fails to download; Firefox is fine.
The problem seems to go away if you force the HTTP version in the response status line to 1.0 for all app downloads:
when HTTP_RESPONSE {
if { [HTTP::header "Content-Type"] contains "application" } {
HTTP::version "1.0"
}
}
Seems like a hack, so I'm still looking for a proper solution. Anybody?
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects