Forum Discussion
Cosmo_136119
Oct 23, 2013Nimbostratus
iRule example
i am new to F5 iRules I am trying to find an iRule to remove a company name from a site if there are any browser or proxy caching enabled
Cosmo_136119
Oct 23, 2013Nimbostratus
Thank You for replying. from what I was told that this company name would be in the URI. I found the below iRule and want to see if that works when HTTP_REQUEST {
Disable caching if the URI contains the string "xxxx"
if { ([HTTP::uri] contains "xxxx") } { CACHE::disable } }
Any thoughts?
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