Forum Discussion
Moinul_Rony
Altostratus
Sep 19, 2013iRule to catch 4XX and 5XX HTTP error codes.
Hi,
Is there any way to catch all 4XX and 5XX http error codes rather then specifying individually ie. 404, 500, 400 etc ?
I am trying to set a friendly error page response to client when the se...
Daniel2010_1501
Nimbostratus
May 29, 2015Wrote a super simple iRule that seems to work for us (modified from the work above). Thank you for pointing us in the right direction. Hope this helps others too.
when HTTP_RESPONSE {
if { ([HTTP::status] starts_with "4") || ([HTTP::status] starts_with "5")} {
HTTP::redirect "http://maintenance.host.url/dir/dir/file"
}
}
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