Forum Discussion
Craig_Freyman_1
Nimbostratus
Oct 17, 2005NO-Caching certain files with BIP
Trying to write an IRule to make client computers not cache certain file types. We can not have our client computers download any files that start with "slide" or "ps" into their temporary internet f...
Colin_Walker_12
Oct 19, 2005Historic F5 Account
It looks like this is because BIG-IP is responding with an HTTP 1.0 connection to the client. You should be able to replace this info in the packet and try to convince the client to connect with an HTTP version 1.1 connection. If the negotiation is succesful, it should obey the no-cache header as normal.
Try this inside the when HTTP_REQUEST event:
HTTP::version "1.1"
-Colin
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