Custom error pages by way of iRule
When presenting a load balanced pool of servers to a group of users, uptime and error handlings are always things to be kept in mind. Whether your user group is the internet at large or your inte...
Published Aug 15, 2005
Version 1.0Colin_Walker_12
Historic F5 Account
Joined May 12, 2005
Colin_Walker_12
Historic F5 Account
Joined May 12, 2005
mrv
Jan 17, 2020Nimbostratus
In my opinion indication of 404 status by redirection (302) to existing page (Error page -200) is against the rule that URL should indicate rosource.
In other words as long as resource doesnt exist, the error page should be dispalyed but also return 404 status.
Your solution works in following way:
Request -> 302 -> 200
302 means resource moved, not 'not found'
Is there a way to make forward (forward error page contents) instead of redirect?