Forum Discussion
Nityanand
Nimbostratus
Aug 09, 2016irule http_response F5 error page should not intercept server response for one of uri (LTM 10.2.4)
Hello Team,
I have single irule which contains multiple hostname & uri to direct request to respective pool and have F5 http response error page like below. Now, i received request that to one o...
Vijay_E
Cirrus
Aug 09, 2016Try this:
when HTTP_RESPONSE {
if { ([HTTP::status] starts_with "5") and (not([HTTP::header values Location] contains "/platform")) } {
HTTP::respond 500 content [b64decode [class element -value 0 ckid_error_500.html]] "Content-Type" "text/html"
}
}
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