26-Sep-2006 05:28
I am trying to include both PRAGMA:NO-CACHE and CACHE-CONTROL:NO-CACHE to the http response from my LTM. Does anyone know how to get me started in writing something like this into an irule? I have found the following information at devcentral. http://devcentral.f5.com/wiki/default.aspx/iRules.CACHE, not sure if any of this is going to help me accomplish my task. I have also search the irule forum with no success.
Please advise,
Mike
26-Sep-2006
09:04
- last edited on
01-Jun-2023
10:42
by
JimmyPackets
when HTTP_RESPONSE {
HTTP::header insert "PRAGMA" "NO-CACHE"
HTTP::header insert "CACHE-CONTROL" "NO-CACHE"
}
For more help with the HTTP::header commands, take a look at the iRules wiki where we document all the methods.
-Joe
04-Jan-2007 15:11
When a user attempts to download a file, the error is something like this:
Internet Explorer cannot download [file] from [server host name].
Internet Explorer was not able to open this Internet site. The requested site is either unavailable or cannot be found. Please try again later.
Any ideas?
30-Mar-2022 14:29
Hi Chad,
I amnew to this F5. I am trying to do the same thing like you adding no cache on the header. would you mind sharing the iRule that you did for this.
Thank you
Hanny