Forum Discussion
JustinS_88353
Oct 15, 2010Nimbostratus
Irule help 302 + maintain URI
I've got a high bandwidth application where I want to use the F5 to monitor a pool of available servers and send requests to them. However, I want to use a 302 redirect (or something else if you know...
Chris_Miller
Oct 15, 2010Altostratus
Are you looking for feedback on your design as well, or just on how to accomplish this?
I think you'll have to use your command from the HTTP_RESPONSE event and I believe HTTP::respond from that event can cause some functions to break, so you'll likely want to use header location replace.
Something like this:
when HTTP_RESPONSE {
HTTP::header replace "Location" [IP::server_addr] }}
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