Forum Discussion
vita_139467
Nimbostratus
Dec 09, 2013question about Irule.
Dear.
I have a problem. I have the following configuration:
-> I have a application with this Irule, and a persistence (Cockie).
ltm rule /Common/IER_CACHE {
when HTTP_REQUEST {
if...
vita_139467
Nimbostratus
Dec 09, 2013ltm rule /Common/IER_CACHE {
when HTTP_REQUEST {
if {[HTTP::uri] contains ".css"} {
set foundmatch 1
}
if {[HTTP::uri] contains ".do"} {
set foundmatch 1
} else {
set foundmatch 0
}
}
when HTTP_RESPONSE {
if {$foundmatch == 1} {
HTTP::header replace Cache-Control no-cache
HTTP::header replace Pragma no-cache
}
}
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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