Forum Discussion
Will_Petersen_9
Nimbostratus
Aug 29, 2006XML Redirect via iRule
Trying to determine how I can post an XML document to the client if both of the servers fail. In our case when the client sends a request we respond back with an XML document containing a url link. ...
Jason_Roppolo_3
Aug 29, 2006Historic F5 Account
I am not sure about replacing the payload, but you can try doing something like this:
when HTTP_RESPONSE {
if { [HTTP::status] == "404" }{
HTTP::respond 404 content "SorrySorry. This site is temporarily down."
}
}
In working with deb on this in the past she noticed that it would work correctly in some instances of ie with the Show Friendly URL error Messages turned off.
I need to look into replacing the payload for XML content
-J
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