Forum Discussion
Rasman_75397
Sep 28, 2017Nimbostratus
Rewrite static content response for CDN network without modifying site code
Hello! I have a delicate problem to which I have not (yet) found a working solution. I would like to test out a CDN network without modifying the site code. So I thought this simple iRule would do it...
Jeff_Maddox_394
Sep 28, 2017Historic F5 Account
You could try doing redirects for all requests other than the initial page.
something like: when HTTP_REQUEST { if { uri not equal /} { redirect http::cdn01.site.com/...uri }
}
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